SoapEndpointsEnabled プロパティ

SOAP エンドポイントが有効かどうかを決定する Boolean 値を取得します。値の設定も可能です。

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

構文

'宣言
Public Property SoapEndpointsEnabled As Boolean
    Get
    Set
'使用
Dim instance As ServerSurfaceAreaAdapter
Dim value As Boolean

value = instance.SoapEndpointsEnabled

instance.SoapEndpointsEnabled = value
public bool SoapEndpointsEnabled { get; set; }
public:
virtual property bool SoapEndpointsEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract SoapEndpointsEnabled : bool with get, set
override SoapEndpointsEnabled : bool with get, set
final function get SoapEndpointsEnabled () : boolean
final function set SoapEndpointsEnabled (value : boolean)

プロパティ値

型: System. . :: . .Boolean
SOAP エンドポイントが有効かどうかを示す Boolean 値です。
SOAP エンドポイントが有効な場合は True を返し、それ以外の場合は False を返します。

実装

ISurfaceAreaFacet. . :: . .SoapEndpointsEnabled

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。