Password 属性

Gets the password that is associated with this login.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property Password As IPassword
    Get
用法
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

属性值

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