Partager via


IdentificationString propriété

Gets the String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property IdentificationString As String
    Get
'Utilisation
Dim instance As IDTSExternalMetadataColumn100
Dim value As String

value = instance.IdentificationString
string IdentificationString { get; }
property String^ IdentificationString {
    String^ get ();
}
abstract IdentificationString : string
function get IdentificationString () : String

Valeur de la propriété

Type : System. . :: . .String
The String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow.

Implémente

IDTSObject100. . :: . .IdentificationString

Notes

The string contains the DataType, Name, and ID properties of the column.