Partager via


MaxSizeFileDeclarationOption.Unlimited, propriété

Obtient ou définit une valeur indiquant 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 Unlimited As Boolean
    Get
    Set
public bool Unlimited { get; set; }
public:
property bool Unlimited {
    bool get ();
    void set (bool value);
}
member Unlimited : bool with get, set
function get Unlimited () : boolean
function set Unlimited (value : boolean)

Valeur de propriété

Type : System.Boolean

Notes

MaxSize est nullune référence null (Nothing en Visual Basic) si UNLIMITED est spécifié.

Sécurité .NET Framework

Voir aussi

Référence

MaxSizeFileDeclarationOption Classe

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