Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the identifier for a Target object.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property ID As Integer
Get
'Применение
Dim instance As Target
Dim value As Integer
value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property int ID {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member ID : int
function get ID () : int
Значение свойства
Тип: System.Int32
An integer value that contains the identifier.