Partager via


Propriété Password

Gets the password that is associated with this 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 Password As IPassword
    Get
'Utilisation
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

Valeur de propriété

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