Propriedade ISql90HttpProtocolSpecifier.IsListeningAllSites

Obtém ou define um valor que indica se a opção de SITE é "+".

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90HttpProtocolSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel