AlterCreateEndpointStatementBase.Protocol 属性

获取或设置终结点协议。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Protocol As EndpointProtocol
    Get
    Set
public EndpointProtocol Protocol { get; set; }
public:
property EndpointProtocol Protocol {
    EndpointProtocol get ();
    void set (EndpointProtocol value);
}
member Protocol : EndpointProtocol with get, set
function get Protocol () : EndpointProtocol
function set Protocol (value : EndpointProtocol)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.EndpointProtocol
返回一个 EndpointProtocol 值。

.NET Framework 安全性

请参见

参考

AlterCreateEndpointStatementBase 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间