Свойство AlterCreateEndpointStatementBase.EndpointType

Gets or sets the endpoint type.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property EndpointType As EndpointType 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointType
The endpoint type value.

См. также

Справочник

AlterCreateEndpointStatementBase Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom