Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that specifies how the certificate 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
'Usage
Dim instance As AlterCertificateStatement 
Dim value As AlterCertificateStatementKind 
value = instance.Kind
instance.Kind = value
public AlterCertificateStatementKind Kind { get; set; }
public:
property AlterCertificateStatementKind Kind {
    AlterCertificateStatementKind get ();
    void set (AlterCertificateStatementKind value);
}
public function get Kind () : AlterCertificateStatementKind 
public function set Kind (value : AlterCertificateStatementKind)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.AlterCertificateStatementKind
.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.
See Also
Reference
AlterCertificateStatement Class