Partager via


ISql90TcpProtocolSpecifier.IsListeningAllIPs, propriété

Obtient ou définit une valeur qui indique si le point de terminaison écoute sur toutes les adresses IP valides.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90TcpProtocolSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms