Свойство ID
Gets the ID value that uniquely identifies the view.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<DisplayNameKeyAttribute("View_IDName")> _
<DisplayDescriptionKeyAttribute("View_IDDesc")> _
ReadOnly Property ID As Integer
Get
'Применение
Dim instance As IViewOptions
Dim value As Integer
value = instance.ID
[DisplayNameKeyAttribute("View_IDName")]
[DisplayDescriptionKeyAttribute("View_IDDesc")]
int ID { get; }
[DisplayNameKeyAttribute(L"View_IDName")]
[DisplayDescriptionKeyAttribute(L"View_IDDesc")]
property int ID {
int get ();
}
[<DisplayNameKeyAttribute("View_IDName")>]
[<DisplayDescriptionKeyAttribute("View_IDDesc")>]
abstract ID : int
function get ID () : int
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that uniquely identifies the view.