Właściwość ISurfaceAreaFacet.SoapEndpointsEnabled
Pobiera lub ustawia wartość właściwość SoapEndpointsEnabled.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayNameKeyAttribute("SoapEndpointsEnabledName")> _
<DisplayDescriptionKeyAttribute("SoapEndpointsEnabledDesc")> _
Property SoapEndpointsEnabled As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
Boolean
Zobacz także