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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.