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 オブジェクトの値です。