Compartilhar via


Propriedade do RDL MaxRolloverFilesAuditTargetOption.IsUnlimited

Gets or sets a value that indicates whether UNLIMITED is specified.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property IsUnlimited As Boolean 
    Get 
    Set
'Uso
Dim instance As MaxRolloverFilesAuditTargetOption 
Dim value As Boolean 

value = instance.IsUnlimited

instance.IsUnlimited = value
public bool IsUnlimited { get; set; }
public:
property bool IsUnlimited {
    bool get ();
    void set (bool value);
}
member IsUnlimited : bool with get, set
function get IsUnlimited () : boolean 
function set IsUnlimited (value : boolean)

Valor da propriedade

Tipo: System.Boolean
True if UNLIMITED; otherwise, false.

Consulte também

Referência

MaxRolloverFilesAuditTargetOption Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom