Password 屬性
Gets or sets the password that is associated with this login. A password is set only for logins that are created from source.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Property Password As IPassword
Get
Set
'用途
Dim instance As IMutableLogin
Dim value As IPassword
value = instance.Password
instance.Password = value
IPassword Password { get; set; }
property IPassword^ Password {
IPassword^ get ();
void set (IPassword^ value);
}
abstract Password : IPassword with get, set
function get Password () : IPassword
function set Password (value : IPassword)
屬性值
型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IPassword
The IPassword object that is associated with this login.