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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.