IDTSObject100.IdentificationString Property

 

Applies To: SQL Server 2016 Preview

Gets a string that uniquely identifies an IDTSObject100 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 concatenated string that consists of the Name, ID, and ObjectType of the IDTSObject100 object.

See Also

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

Return to top