Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the types of endpoint encryption support.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration EndpointEncryptionSupport
'Usage
Dim instance As EndpointEncryptionSupport
public enum EndpointEncryptionSupport
public enum class EndpointEncryptionSupport
type EndpointEncryptionSupport
public enum EndpointEncryptionSupport
Members
Member name | Description | |
---|---|---|
Disabled | Support is Disabled. | |
NotSpecified | Support is NotSpecified. | |
Required | Support is Required. | |
Supported | Support is Supported. |