AlterAsymmetricKeyStatement.Kind Property
Gets or sets a value specifying how the asymmetric key was altered.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Kind As AlterCertificateStatementKind
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.AlterCertificateStatementKind
Returns a AlterCertificateStatementKind value.
Remarks
The WithActiveForBeginDialog option is not valid.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.