Sdílet prostřednictvím


ISqlServerOptions.UserConnections – vlastnost

Získá nebo nastaví hodnotu, která modely "připojení uživatelů" možnost sp_configure.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Property UserConnections As Nullable(Of Integer)
    Get
    Set
Nullable<int> UserConnections { get; set; }
property Nullable<int> UserConnections {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract UserConnections : Nullable<int> with get, set
function get UserConnections () : Nullable<int>
function set UserConnections (value : Nullable<int>)

Hodnota vlastnosti

Typ: System.Nullable<Int32>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlServerOptions Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů