EndpointEncryptionSupport 列舉
Specifies the types of endpoint encryption support.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Enumeration EndpointEncryptionSupport
'用途
Dim instance As EndpointEncryptionSupport
public enum EndpointEncryptionSupport
public enum class EndpointEncryptionSupport
type EndpointEncryptionSupport
public enum EndpointEncryptionSupport
成員
成員名稱 | 說明 | |
---|---|---|
Disabled | Support is Disabled. | |
NotSpecified | Support is NotSpecified. | |
Required | Support is Required. | |
Supported | Support is Supported. |