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.
The CreateDispositionType enumeration contains values that are used to specify the source of the symmetric key.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration CreateDispositionType
'Usage
Dim instance As CreateDispositionType
public enum CreateDispositionType
public enum class CreateDispositionType
type CreateDispositionType
public enum CreateDispositionType
Members
Member name | Description | |
---|---|---|
CreateNew | Indicates a new Symmetric Key should be created. | |
OpenExisting | Indicates an existing Symmetric Key should be used. |