IUser.Password 속성

Gets the password value that is associated with the user.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property Password As String 
    Get
‘사용 방법
Dim instance As IUser 
Dim value As String 

value = instance.Password
string Password { get; }
property String^ Password {
    String^ get ();
}
abstract Password : string
function get Password () : String

속성 값

유형: System.String
The password value that is associated with the user.

참고 항목

참조

IUser 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스