IDTSCustomProperty100.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of an IDTSCustomProperty100 object.

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

The name of an IDTSCustomProperty100 object.

Implements

IDTSObject100.Name

Remarks

The Name property identifies the IDTSCustomProperty100 in SSIS Designer and is also used to access the property in an IDTSCustomPropertyCollection100 collection.

See Also

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

Return to top