Перечисление CreateDispositionType
The CreateDispositionType enumeration contains values that are used to specify the source of the symmetric key.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Enumeration CreateDispositionType
'Применение
Dim instance As CreateDispositionType
public enum CreateDispositionType
public enum class CreateDispositionType
type CreateDispositionType
public enum CreateDispositionType
Элементы
Имя элемента | Описание | |
---|---|---|
CreateNew | Indicates a new Symmetric Key should be created. | |
OpenExisting | Indicates an existing Symmetric Key should be used. |