Compartir a través de


ID Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property ID As String
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .String
A String that contains the unique GUID assigned to this EventInfo.

Implementa

IDTSName. . :: . .ID