Sdílet prostřednictvím


AlterAsymmetricKeyStatement.Kind – vlastnost

Získá nebo nastaví hodnotu určující, jak byl změněn asymetrického klíče.

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

Syntaxe

'Deklarace
Public Property Kind As AlterCertificateStatementKind
    Get
    Set
public AlterCertificateStatementKind Kind { get; set; }
public:
property AlterCertificateStatementKind Kind {
    AlterCertificateStatementKind get ();
    void set (AlterCertificateStatementKind value);
}
member Kind : AlterCertificateStatementKind with get, set
function get Kind () : AlterCertificateStatementKind
function set Kind (value : AlterCertificateStatementKind)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.AlterCertificateStatementKind
Vrátí AlterCertificateStatementKind hodnotu.

Poznámky

Možnost WithActiveForBeginDialog není platná.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterAsymmetricKeyStatement Třída

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