Свойство IViewOptions.ID

Gets the ID value that uniquely identifies the view.

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

Синтаксис

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

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

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

Тип: System.Int32
An Int32 value that uniquely identifies the view.

См. также

Справочник

IViewOptions Интерфейс

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