Generator.MaxLength プロパティ

この列の最大長を取得または設定します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
<InputAttribute(AutoAssignedInput := AutoAssignedInput.MaxLength, Visible := False)> _
Public Property MaxLength As Integer
'使用
Dim instance As Generator
Dim value As Integer

value = instance.MaxLength

instance.MaxLength = value
[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);
}
public function get MaxLength () : int
public function set MaxLength (value : int)

プロパティ値

型 : System.Int32
列の最大長を格納する整数。

解説

このプロパティは、名前付きパラメータの InputAttributeAutoAssignedInput によって修飾されます。

参照

参照

Generator クラス

Generator メンバ

Microsoft.Data.Schema.DataGenerator 名前空間