Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |