Поделиться через


Свойство IUserOptions.ID

Gets an Int32 identifier.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayDescriptionKeyAttribute("User_IDDesc")> _
<DisplayNameKeyAttribute("User_IDName")> _
ReadOnly Property ID As Integer 
    Get
'Применение
Dim instance As IUserOptions 
Dim value As Integer 

value = instance.ID
[DisplayDescriptionKeyAttribute("User_IDDesc")]
[DisplayNameKeyAttribute("User_IDName")]
int ID { get; }
[DisplayDescriptionKeyAttribute(L"User_IDDesc")]
[DisplayNameKeyAttribute(L"User_IDName")]
property int ID {
    int get ();
}
[<DisplayDescriptionKeyAttribute("User_IDDesc")>]
[<DisplayNameKeyAttribute("User_IDName")>]
abstract ID : int
function get ID () : int

Значение свойства

Тип: System.Int32
An Int32 identifier.

См. также

Справочник

IUserOptions Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo