Partager via


ISql100ServerOptions.AccessCheckCacheQuota, propriété

Obtient ou définit la valeur de l'option sp_configure Quota de vérification d'accès au cache.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISql100ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms