Sdílet prostřednictvím


ISqlApplicationRole.Password – vlastnost

Získá nebo nastaví heslo pro roli.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Property Password As String
    Get
    Set
string Password { get; set; }
property String^ Password {
    String^ get ();
    void set (String^ value);
}
abstract Password : string with get, set
function get Password () : String
function set Password (value : String)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlApplicationRole Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů