Partager via


ISql100EventSession.MaxMemory, propriété

Obtient ou définit la quantité maximale de mémoire autorisée pour la session.

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

Syntaxe

'Déclaration
Property MaxMemory As Integer
    Get
    Set
int MaxMemory { get; set; }
property int MaxMemory {
    int get ();
    void set (int value);
}
abstract MaxMemory : int with get, set
function get MaxMemory () : int
function set MaxMemory (value : int)

Valeur de propriété

Type : System.Int32

Sécurité .NET Framework

Voir aussi

Référence

ISql100EventSession Interface

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