SoapEndpointsEnabled-Eigenschaft
Gets or sets Boolean value that determines whether SOAP endpoints are enabled.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property SoapEndpointsEnabled As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System. . :: . .Boolean
A Boolean value that specifies whether SOAP endpoints are enabled.
Returns True if SOAP endpoints are enabled; otherwise, False.
Implementiert
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.