Proprietà ExtendedProperty.ID

Gets the GUID for this instance.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ID As String 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IDTSName.ID

Vedere anche

Riferimento

ExtendedProperty Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime