Condividi tramite


Proprietà Password

Gets the password that is associated with this login.

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

Sintassi

'Dichiarazione
ReadOnly Property Password As IPassword
    Get
'Utilizzo
Dim instance As ILogin
Dim value As IPassword

value = instance.Password
IPassword Password { get; }
property IPassword^ Password {
    IPassword^ get ();
}
abstract Password : IPassword
function get Password () : IPassword

Valore proprietà

Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IPassword
The IPassword that is associated with this login.