Propriété LoginType
Gets the type of the login.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property LoginType As LoginType
Get
'Utilisation
Dim instance As ILogin
Dim value As LoginType
value = instance.LoginType
LoginType LoginType { get; }
property LoginType LoginType {
LoginType get ();
}
abstract LoginType : LoginType
function get LoginType () : LoginType
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .LoginType
The LoginType value that indicates the login type.
Voir aussi