次の方法で共有


ImportSettings.MaxColumnsAllowed Property

Definition

Gets or sets the maximum number of columns in an import file.

public:
 property int MaxColumnsAllowed { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MaxColumnsAllowed { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxColumnsAllowed : int with get, set
Public Property MaxColumnsAllowed As Integer

Property Value

The maximum number of columns in an import file.

Attributes

Applies to