Endpoint.EndpointType プロパティ

エンドポイントの種類を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointType As EndpointType 
    Get 
    Set
'使用
Dim instance As Endpoint 
Dim value As EndpointType 

value = instance.EndpointType

instance.EndpointType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointType EndpointType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointType EndpointType {
    EndpointType get ();
    void set (EndpointType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointType : EndpointType with get, set
function get EndpointType () : EndpointType 
function set EndpointType (value : EndpointType)

プロパティ値

型: Microsoft.SqlServer.Management.Smo.EndpointType
エンドポイントの種類を示す EndpointType オブジェクトの値です。

使用例

エンドポイントの実装

関連項目

参照

Endpoint クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

エンドポイントのカタログ ビュー (Transact-SQL)

CREATE ENDPOINT (Transact-SQL)