EndpointEncryption 列挙体

EndpointEncryption 列挙には、エンドポイントでの暗号化の状態を指定するために使用する値が含まれます。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SqlEnum (Microsoft.SqlServer.SqlEnum.dll)

構文

'宣言
Public Enumeration EndpointEncryption
'使用
Dim instance As EndpointEncryption
public enum EndpointEncryption
public enum class EndpointEncryption
type EndpointEncryption
public enum EndpointEncryption

メンバー

メンバー名 説明
Disabled 接続を経由して送信されたデータが暗号化されないことを指定します。
Required このエンドポイントへの接続で暗号化を使用する必要があることを指定します。このエンドポイントに接続するには、相手側のエンドポイントで EndpointEncryption プロパティが Supported または Required に設定されている必要があります。
Supported 反対のエンドポイントが Supported または Required を指定する場合にのみ、データが暗号化されることを指定します。

説明

EndpointEncryption 列挙クラスは、EndpointEncryption プロパティおよび EndpointEncryption プロパティによって処理されます。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE ENDPOINT (Transact-SQL)