Свойство ID
The GUID assigned to the EventInfo. This field is read-only.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public ReadOnly Property ID As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
A String that contains the unique GUID assigned to this EventInfo.