IDTSOutputColumn100.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a string value that contains the name of the IDTSOutputColumn100.

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

Syntax

[DispIdAttribute(13)]
string Name {
    [DispIdAttribute(13)]
    get;
    [DispIdAttribute(13)]
    set;
}
[DispIdAttribute(13)]
property String^ Name {
    [DispIdAttribute(13)]
    String^ get();
    [DispIdAttribute(13)]
    void set(String^ value);
}
[<DispIdAttribute(13)>]
abstract Name : string with get, set
<DispIdAttribute(13)>
Property Name As String

Property Value

Type: System.String

A String that contains the name of the output column.

Implements

IDTSObject100.Name

See Also

IDTSOutputColumn100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top