Password Propiedad
Gets the password that is associated with this 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 Password As IPassword
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IPassword
The IPassword that is associated with this login.
Vea también