Share via


IUser.Password Property

Gets the password value that is associated with the user.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Password As String 
    Get
'Usage
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

Property Value

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

See Also

Reference

IUser Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace