Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the ID value that uniquely identifies the view.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("View_IDDesc")> _
<DisplayNameKeyAttribute("View_IDName")> _
ReadOnly Property ID As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An Int32 value that uniquely identifies the view.