Partilhar via


Propriedade ISql100ServerAudit.MaxRolloverFiles

Obtém ou define os arquivos de sobreposição máxima.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISql100ServerAudit Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel