IDTSCustomProperty100.IdentificationString Property

 

Applies To: SQL Server 2016 Preview

Gets a string that uniquely identifies an IDTSCustomProperty100 object.

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

Syntax

[DispIdAttribute(15)]
string IdentificationString {
    [DispIdAttribute(15)]
    get;
}
[DispIdAttribute(15)]
property String^ IdentificationString {
    [DispIdAttribute(15)]
    String^ get();
}
[<DispIdAttribute(15)>]
abstract IdentificationString : string with get
<DispIdAttribute(15)>
ReadOnly Property IdentificationString As String

Property Value

Type: System.String

A String that uniquely identifies an IDTSCustomProperty100 object.

Implements

IDTSObject100.IdentificationString

Remarks

The IdentificationString property uniquely identifies a custom property and consists of a concatenation of the ObjectType, Name, and ID properties.

See Also

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

Return to top