Proprietà EventInfo.ID

The GUID assigned to the EventInfo. This field is read-only.

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 EventInfo 
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 the unique GUID assigned to this EventInfo.

Implementa

IDTSName.ID

Vedere anche

Riferimento

EventInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime