GetDistinctValuesImportFileRequest.columnNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a column number in the CSV, XML Spreadsheet 2003 (.xml), or text source file for which the distinct values are returned. Required.
public:
property int columnNumber { int get(); void set(int value); };
public int columnNumber { get; set; }
member this.columnNumber : int with get, set
Public Property columnNumber As Integer