SqlCreationDisposition Enumeration

Models the creation disposition for an asymmetric key.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration SqlCreationDisposition
public enum SqlCreationDisposition
public enum class SqlCreationDisposition
type SqlCreationDisposition
public enum SqlCreationDisposition

Members

Member name Description
Unknown Specifies that the creation disposition is unknown.
CreateNew Specifies that a new key will be created on the Extensible Key Management device.
OpenExisting Specifies that the asymmetric key will be mapped to an existing Extensible Key Management key.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace