Compartir a través de


AlterCreateEndpointStatementBase.EndpointType Propiedad

Gets or sets the endpoint type.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property EndpointType As EndpointType 
    Get 
    Set
'Uso
Dim instance As AlterCreateEndpointStatementBase 
Dim value As EndpointType 

value = instance.EndpointType

instance.EndpointType = value
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 la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointType
The endpoint type value.

Vea también

Referencia

AlterCreateEndpointStatementBase Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom