Condividi tramite


Proprietà User.AuthenticationType

Gets a string value that describes the mechanism used to authenticate the user.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AuthenticationType As AuthenticationType 
    Get
'Utilizzo
Dim instance As User 
Dim value As AuthenticationType 

value = instance.AuthenticationType
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public AuthenticationType AuthenticationType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property AuthenticationType AuthenticationType {
    AuthenticationType get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AuthenticationType : AuthenticationType
function get AuthenticationType () : AuthenticationType

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.AuthenticationType
The mechanism used to authenticate the user.

Vedere anche

Riferimento

User Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo