Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an Int32 identifier.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("User_IDDesc")> _
<DisplayNameKeyAttribute("User_IDName")> _
ReadOnly Property ID As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An Int32 identifier.