Partager via


Propriété IDTSExternalMetadataColumn100.IdentificationString

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 (en 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 propriété

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

Notes

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

Voir aussi

Référence

IDTSExternalMetadataColumn100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper