Partager via


Generator.MaxLength, propriété

Obtient ou définit la longueur maximale des valeurs dans cette colonne.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.MaxLength, Visible := False)> _
Public Property MaxLength As Integer
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.MaxLength, Visible = false)]
public int MaxLength { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::MaxLength, Visible = false)]
public:
property int MaxLength {
    int get ();
    void set (int value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.MaxLength, Visible = false)>]
member MaxLength : int with get, set
function get MaxLength () : int
function set MaxLength (value : int)

Valeur de propriété

Type : System.Int32
int qui contient la longueur maximale pour la colonne.

Notes

Cette propriété est décorée avec l'attribut InputAttribute et le paramètre nommé AutoAssignedInput.

Sécurité .NET Framework

Voir aussi

Référence

Generator Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms

InputAttribute

AutoAssignedInput