Proprietà ISql90TcpProtocolSpecifier.IsListeningAllIPs

Ottiene o imposta un valore che indica se l'endpoint è in ascolto su tutti gli indirizzi IP validi.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90TcpProtocolSpecifier Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel