次の方法で共有


AlterCreateEndpointStatementBase.EndpointType プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property EndpointType As EndpointType 
    Get 
    Set
'使用
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);
}
member EndpointType : EndpointType with get, set
function get EndpointType () : EndpointType 
function set EndpointType (value : EndpointType)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointType
エンドポイントの種類の値。

関連項目

参照

AlterCreateEndpointStatementBase クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間