Compartir a través de


ISql90TcpProtocolSpecifier.IsListeningAllIPs (Propiedad)

Obtiene o establece un valor que indica si el extremo realiza escuchas en todas las direcciones IP válidas.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90TcpProtocolSpecifier Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)