AlterCreateEndpointStatementBase.EndpointType プロパティ

エンドポイントの種類を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property EndpointType As EndpointType
'使用
Dim instance As AlterCreateEndpointStatementBase
Dim value As EndpointType

value = instance.EndpointType

instance.EndpointType = value
public EndpointType EndpointType { get; set; }
public:
property EndpointType EndpointType {
    EndpointType get ();
    void set (EndpointType value);
}
public function get EndpointType () : EndpointType
public function set EndpointType (value : EndpointType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.EndpointType

参照

参照

AlterCreateEndpointStatementBase クラス

AlterCreateEndpointStatementBase メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間