ISql90SymmetricKeyEncryptionPassword.EncryptionPassword-Eigenschaft

Ruft das Kennwort ab oder legt es fest.

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

Syntax

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

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90SymmetricKeyEncryptionPassword Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace