ISql90HttpProtocolSpecifier.IsListeningAllSites-Eigenschaft

Ruft einen Wert ab, der angibt, ob die SITE-Option "+" lautet, oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsListeningAllSites As Boolean
    Get
    Set
bool IsListeningAllSites { get; set; }
property bool IsListeningAllSites {
    bool get ();
    void set (bool value);
}
abstract IsListeningAllSites : bool with get, set
function get IsListeningAllSites () : boolean
function set IsListeningAllSites (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90HttpProtocolSpecifier Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace