Partager via


Propriété ID

Gets the GUID for this instance.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ID As String
    Get
'Utilisation
Dim instance As ExtendedProperty
Dim value As String

value = instance.ID
public string ID { get; }
public:
virtual property String^ ID {
    String^ get () sealed;
}
abstract ID : string
override ID : string
final function get ID () : String

Valeur de propriété

Type : System. . :: . .String
A String that contains a GUID that identifies this instance of the class.

Implémente

IDTSName. . :: . .ID