다음을 통해 공유


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.