Partilhar via


Propriedade ISqlServerOptions.UserConnections

Obtém ou define um valor que modela "conexões de usuário" opção sp_configure.

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

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISqlServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel