Compartir a través de


IUserOptions.LoginType Propiedad

Gets the type of the login.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<DisplayDescriptionKeyAttribute("User_LoginTypeDesc")> _
<DisplayNameKeyAttribute("User_LoginTypeName")> _
ReadOnly Property LoginType As LoginType 
    Get
'Uso
Dim instance As IUserOptions 
Dim value As LoginType 

value = instance.LoginType
[DisplayDescriptionKeyAttribute("User_LoginTypeDesc")]
[DisplayNameKeyAttribute("User_LoginTypeName")]
LoginType LoginType { get; }
[DisplayDescriptionKeyAttribute(L"User_LoginTypeDesc")]
[DisplayNameKeyAttribute(L"User_LoginTypeName")]
property LoginType LoginType {
    LoginType get ();
}
[<DisplayDescriptionKeyAttribute("User_LoginTypeDesc")>]
[<DisplayNameKeyAttribute("User_LoginTypeName")>]
abstract LoginType : LoginType
function get LoginType () : LoginType

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.LoginType
The type of the login.

Vea también

Referencia

IUserOptions Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo