Partager via


MaxSizeAuditFileOption.IsUnlimited, propriété

Obtient ou définit une valeur qui indique si UNLIMITED est spécifié.

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

Syntaxe

'Déclaration
Public Property IsUnlimited As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean
Retourne true si la taille UNLIMITED est spécifiée ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

MaxSizeAuditFileOption Classe

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