次の方法で共有


EndpointType プロパティ

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

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

構文

'宣言
<SfcPropertyAttribute> _
Public Property EndpointType As EndpointType
    Get
    Set
'使用
Dim instance As Endpoint
Dim value As EndpointType

value = instance.EndpointType

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

プロパティ値

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