Sdílet prostřednictvím


AlterCreateEndpointStatementBase.EndpointType – vlastnost

Získá nebo nastaví typ koncového bodu.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EndpointType
Vrátí EndpointType hodnotu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterCreateEndpointStatementBase Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů