Freigeben über


ListenerIpEndpointProtocolOption.IsAll-Eigenschaft

Ruft einen Wert ab, der angibt, ob ALL angegeben ist, oder legt diesen fest.

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

Syntax

'Declaration
Public Property IsAll As Boolean
    Get
    Set
public bool IsAll { get; set; }
public:
property bool IsAll {
    bool get ();
    void set (bool value);
}
member IsAll : bool with get, set
function get IsAll () : boolean
function set IsAll (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn ALL angegeben wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ListenerIpEndpointProtocolOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace