Compartir a través de


AlterCreateEndpointStatementBase.EndpointType (Propiedad)

Obtiene o establece un tipo de extremo.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property EndpointType As EndpointType
    Get
    Set
public EndpointType EndpointType { get; set; }
public:
property EndpointType EndpointType {
    EndpointType get ();
    void set (EndpointType value);
}
member EndpointType : EndpointType with get, set
function get EndpointType () : EndpointType
function set EndpointType (value : EndpointType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EndpointType
Devuelve un valor EndpointType.

Seguridad de .NET Framework

Vea también

Referencia

AlterCreateEndpointStatementBase Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)