IDTSExternalMetadataColumn100.Description Property

Gets or sets the descriptive text for the IDTSExternalMetadataColumn100 object.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Property Description As String 
    Get 
    Set
'Usage
Dim instance As IDTSExternalMetadataColumn100 
Dim value As String 

value = instance.Description

instance.Description = value
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
function get Description () : String 
function set Description (value : String)

Property Value

Type: System.String
The description of the external metadata column.

See Also

Reference

IDTSExternalMetadataColumn100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace