다음을 통해 공유


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.

구현

ILogin. . :: . .Password