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 命名空间