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.