Partager via


Propriété IUserOptions.LoginType

Gets the type of the login.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("User_LoginTypeDesc")> _
<DisplayNameKeyAttribute("User_LoginTypeName")> _
ReadOnly Property LoginType As LoginType 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IUserOptions Interface

Espace de noms Microsoft.SqlServer.Management.Smo