IDTSInput100.IdentificationString Property

 

Applies To: SQL Server 2016 Preview

Gets a String that uniquely identifies an IDTSInput100 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 ObjectType, Name, and ID of the IDTSInput100 object.

Implements

IDTSObject100.IdentificationString

See Also

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

Return to top