Compartilhar via


Propriedade do RDL ILoginOptions.ID

Gets the ID value that uniquely identifies the login.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayNameKeyAttribute("Login_IDName")> _
<DisplayDescriptionKeyAttribute("Login_IDDesc")> _
ReadOnly Property ID As Integer 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ILoginOptions Interface

Namespace Microsoft.SqlServer.Management.Smo