エンドポイントの暗号化のサポートの種類を指定します。
名前空間: 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 | サポートは Disabled です。 | |
| NotSpecified | サポートは NotSpecified です。 | |
| Required | サポートは Required です。 | |
| Supported | サポートは Supported です。 |