IdentificationString propriété
Gets a string that uniquely identifies the component.
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 IDTSComponentMetaData100
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
A String that uniquely identifies the component metadata.
Implémente
Notes
The IdentificationString is a concatenated string that contains the ObjectType, Name, and ID properties of the component metadata object.