Dela via


ISql90TcpProtocolSpecifier.IsListeningAllIPs Property

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

Syntax

'Declaration
Property IsListeningAllIPs As Boolean
'Usage
Dim instance As ISql90TcpProtocolSpecifier 
Dim value As Boolean 

value = instance.IsListeningAllIPs

instance.IsListeningAllIPs = value
bool IsListeningAllIPs { get; set; }
property bool IsListeningAllIPs {
    bool get ();
    void set (bool value);
}
function get IsListeningAllIPs () : boolean 
function set IsListeningAllIPs (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90TcpProtocolSpecifier Interface

ISql90TcpProtocolSpecifier Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace