Freigeben über


AlterCreateEndpointStatementBase.Protocol-Eigenschaft

Ruft ein Endpunktprotokoll ab oder legt es fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EndpointProtocol
Gibt einen EndpointProtocol-Wert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterCreateEndpointStatementBase Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace