Propriedade ISqlServerOptions.IsLightweightPoolingOn
Obtém ou define um valor que modela o "lightweight pooling" 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 IsLightweightPoolingOn As Nullable(Of Boolean)
Get
Set
Nullable<bool> IsLightweightPoolingOn { get; set; }
property Nullable<bool> IsLightweightPoolingOn {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract IsLightweightPoolingOn : Nullable<bool> with get, set
function get IsLightweightPoolingOn () : Nullable<boolean>
function set IsLightweightPoolingOn (value : Nullable<boolean>)
Valor de propriedade
Tipo: System.Nullable<Boolean>
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.