Właściwość ExtendedProperty.ID
Pobiera identyfikator GUID dla tego wystąpienie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public ReadOnly Property ID As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A ciąg zawiera identyfikator GUID, który identyfikuje wystąpienie tej klasy.