Partilhar via


Propriedade ISql100ServerOptions.AccessCheckCacheQuota

Obtém ou define o valor de "acesso seleção cache cota" opção para sp_configure.

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

Sintaxe

'Declaração
Property AccessCheckCacheQuota As Nullable(Of Integer)
    Get
    Set
Nullable<int> AccessCheckCacheQuota { get; set; }
property Nullable<int> AccessCheckCacheQuota {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract AccessCheckCacheQuota : Nullable<int> with get, set
function get AccessCheckCacheQuota () : Nullable<int>
function set AccessCheckCacheQuota (value : Nullable<int>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISql100ServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel