Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |