Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
The EndpointEncryption enumeration contains values that are used to specify the state of encryption on the endpoint.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Sintaxis
'Declaración
Public Enumeration EndpointEncryption
public enum EndpointEncryption
public enum class EndpointEncryption
public enum EndpointEncryption
public enum EndpointEncryption
Members
| Member name | Description |
|---|---|
| Disabled | Specifies that data sent over a connection is not encrypted. |
| Required | Specifies that connections to this endpoint must use encryption. Therefore, to connect to this endpoint, the far endpoint must have EndpointEncryption property is set to either Supported or Required. |
| Supported | Specifies that the data is encrypted only if the opposite endpoint specifies either Supported or Required. |
Notas
The EndpointEncryption enumeration class is served by the EndpointEncryption property and the EndpointEncryption property.
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Microsoft.SqlServer.Management.Smo Namespace