Dela via


AlterServiceMasterKeyStatement.Password Property

Gets or sets the optional account password.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Password As Literal
'Usage
Dim instance As AlterServiceMasterKeyStatement 
Dim value As Literal 

value = instance.Password

instance.Password = value
public Literal Password { get; set; }
public:
property Literal^ Password {
    Literal^ get ();
    void set (Literal^ value);
}
public function get Password () : Literal 
public function set Password (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework Security

See Also

Reference

AlterServiceMasterKeyStatement Class

AlterServiceMasterKeyStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace