AdomdCommand Properties

Public Properties

  Name Description
ms143372.pubproperty(en-US,SQL.90).gif CommandText
Gets or sets the command to run.
ms143372.pubproperty(en-US,SQL.90).gif CommandTimeout
Gets or sets the time to wait for a command to run before the AdomdCommand stops trying to run the command and generates an error.
ms143372.pubproperty(en-US,SQL.90).gif CommandType
Gets or sets the System.Data.CommandType used by the AdomdCommand.
ms143372.pubproperty(en-US,SQL.90).gif Parameters
Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.

See Also

Reference

AdomdCommand Class
Microsoft.AnalysisServices.AdomdServer Namespace