ISurfaceAreaFacet.SoapEndpointsEnabled 属性

Gets or sets whether the SOAP endpoint is enabled.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("SoapEndpointsEnabledName")> _
<DisplayDescriptionKeyAttribute("SoapEndpointsEnabledDesc")> _
Property SoapEndpointsEnabled As Boolean 
    Get 
    Set
用法
Dim instance As ISurfaceAreaFacet 
Dim value As Boolean 

value = instance.SoapEndpointsEnabled

instance.SoapEndpointsEnabled = value
[DisplayNameKeyAttribute("SoapEndpointsEnabledName")]
[DisplayDescriptionKeyAttribute("SoapEndpointsEnabledDesc")]
bool SoapEndpointsEnabled { get; set; }
[DisplayNameKeyAttribute(L"SoapEndpointsEnabledName")]
[DisplayDescriptionKeyAttribute(L"SoapEndpointsEnabledDesc")]
property bool SoapEndpointsEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("SoapEndpointsEnabledName")>]
[<DisplayDescriptionKeyAttribute("SoapEndpointsEnabledDesc")>]
abstract SoapEndpointsEnabled : bool with get, set
function get SoapEndpointsEnabled () : boolean 
function set SoapEndpointsEnabled (value : boolean)

属性值

类型:System.Boolean
True if the SOAP endpoint is enabled; otherwise, false.

请参阅

参考

ISurfaceAreaFacet 接口

Microsoft.SqlServer.Management.Smo 命名空间