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. |