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 the ID value that uniquely identifies the login.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Login_IDName")> _
<DisplayDescriptionKeyAttribute("Login_IDDesc")> _
ReadOnly Property ID As Integer
Get
'Usage
Dim instance As ILoginOptions
Dim value As Integer
value = instance.ID
[DisplayNameKeyAttribute("Login_IDName")]
[DisplayDescriptionKeyAttribute("Login_IDDesc")]
int ID { get; }
[DisplayNameKeyAttribute(L"Login_IDName")]
[DisplayDescriptionKeyAttribute(L"Login_IDDesc")]
property int ID {
int get ();
}
[<DisplayNameKeyAttribute("Login_IDName")>]
[<DisplayDescriptionKeyAttribute("Login_IDDesc")>]
abstract ID : int
function get ID () : int
Property Value
Type: System.Int32
An Int32 value that uniquely identifies the login.