Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the types of alter certificate statement kind.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration AlterCertificateStatementKind
'Usage
Dim instance As AlterCertificateStatementKind
[SerializableAttribute]
public enum AlterCertificateStatementKind
[SerializableAttribute]
public enum class AlterCertificateStatementKind
[<SerializableAttribute>]
type AlterCertificateStatementKind
public enum AlterCertificateStatementKind
Members
| Member name | Description | |
|---|---|---|
| AttestedBy | The value is 5. | |
| None | The value is 0. | |
| RemoveAttestedOption | The value is 2. | |
| RemovePrivateKey | The value is 1. | |
| WithActiveForBeginDialog | The value is 4. | |
| WithPrivateKey | The value is 3. |