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