LoginType Propiedad
Gets the type of the login.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property LoginType As LoginType
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .LoginType
The LoginType value that indicates the login type.
Vea también