ILoginOptions.ID Property

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
<DisplayDescriptionKeyAttribute("Login_IDDesc")> _
<DisplayNameKeyAttribute("Login_IDName")> _
ReadOnly Property ID As Integer
    Get
'Usage
Dim instance As ILoginOptions
Dim value As Integer

value = instance.ID
[DisplayDescriptionKeyAttribute("Login_IDDesc")]
[DisplayNameKeyAttribute("Login_IDName")]
int ID { get; }
[DisplayDescriptionKeyAttribute(L"Login_IDDesc")]
[DisplayNameKeyAttribute(L"Login_IDName")]
property int ID {
    int get ();
}
[<DisplayDescriptionKeyAttribute("Login_IDDesc")>]
[<DisplayNameKeyAttribute("Login_IDName")>]
abstract ID : int
function get ID () : int

Property Value

Type: System.Int32
An Int32 value that uniquely identifies the login.