FRAMES | NO FRAMES
ProfileByImportFromTableParameters Type

Parameters of ProfileByImportFromTable task.

Availability: Business Analyst Server.

class ProfileByImportFromTableParameters : AnalysisParameters

Property Description
CountField The attribute field in the DataTable table which contains summarized counts (e.g. number of customers) for each Tapestry segment. Type String.
DataTable The data table to import profile from. Type TableData.
IDField The attribute field in the DataTable table which contains IDs of Tapestry segments. Type String.
VolumeField (optional) The attribute field in the DataTable table which contains summarized volume (e.g. total sales) for each Tapestry segment. Type String.
ActiveDatasetID ID of the active dataset. Type String. Inherited from AnalysisParameters.
IsFullErrorMessage Mode for composing error messages. Type Boolean. Inherited from AnalysisParameters.
OutputSpatialReference An option specifying the spatial reference to return the output feature layer in. Type SpatialReference. If this parameter is missing, the output record set will be returned in the default spatial reference. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
ReturnGeometry An option specifying the presence of the shape attribute in the returned record set. Type Boolean. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
Default: true.

See Also