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