Udostępnij za pośrednictwem


Właściwość IViewOptions.ID

Pobiera wartość Identyfikatora, który unikatowo identyfikuje widoku.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<DisplayNameKeyAttribute("View_IDName")> _
<DisplayDescriptionKeyAttribute("View_IDDesc")> _
ReadOnly Property ID As Integer
    Get
'Użycie
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

Wartość właściwości

Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje widoku.