Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.22 KB

File metadata and controls

68 lines (56 loc) · 2.22 KB
title LogFileRollover Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
LogFileRollover Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
LogFileRollover
helpviewer_keywords
LogFileRollover element
ms.assetid 5484e167-b891-431a-bbae-946ea6eb4a3c
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

LogFileRollover Element (ASSL)

Specifies whether logging of Trace output should roll over to a new file or should stop when the maximum log file size that is specified in LogFileSize is reached.

Syntax

  
<Trace>  
   ...  
   <LogFileRollover>...</LogFileRollover>  
   ...  
</Trace>  

Element Characteristics

Characteristic Description
Data type and length Boolean
Default value False
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element Trace
Child elements None

Remarks

If the value of the LogFileRollover element is set to True, a new file is started when the size of the log file exceeds the value that is specified in the LogFileSize element of the Trace parent element; otherwise, logging stops.

The element that corresponds to the parent of LogFileRollover in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.Trace.

See Also

Traces Element (ASSL)
Properties (ASSL)