Поделиться через


AlterCreateEndpointStatementBase.EndpointType - свойство

Получает или задает тип конечной точки.

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

Синтаксис

'Декларация
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)

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

Тип: Microsoft.Data.Schema.ScriptDom.Sql.EndpointType
Возвращает значение EndpointType.

Безопасность платформы .NET Framework

См. также

Ссылки

AlterCreateEndpointStatementBase Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен