Compartir a través de


ISql100ServerAudit.MaxRolloverFiles (Propiedad)

Obtiene o establece el máximo de archivos de sustitución incremental.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISql100ServerAudit Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)