Propriedade do RDL ISurfaceAreaFacet.SoapEndpointsEnabled

Gets or sets whether the SOAP endpoint is enabled.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayNameKeyAttribute("SoapEndpointsEnabledName")> _
<DisplayDescriptionKeyAttribute("SoapEndpointsEnabledDesc")> _
Property SoapEndpointsEnabled As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ISurfaceAreaFacet Interface

Namespace Microsoft.SqlServer.Management.Smo