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 네임스페이스