Share via


Propriété SoapEndpointsEnabled

Gets or sets Boolean value that determines whether SOAP endpoints are enabled.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property SoapEndpointsEnabled As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value that specifies whether SOAP endpoints are enabled.
Returns True if SOAP endpoints are enabled; otherwise, False.

Implémente

ISurfaceAreaFacet. . :: . .SoapEndpointsEnabled

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.