AdomdParameter Members

Represents a parameter to an AdomdCommand object.

The following tables list the members exposed by the AdomdParameter type.

Public Constructors

  Name Description
AdomdParameter Overloaded. Initializes a new instance of the AdomdParameter class.

Top

Public Properties

  Name Description
ms143348.pubproperty(en-US,SQL.90).gif DbType This property is reserved for future use.
ms143348.pubproperty(en-US,SQL.90).gif Direction Gets or sets a value indicating the direction of the parameter. Always returns ParameterDirection.Input.
ms143348.pubproperty(en-US,SQL.90).gif IsNullable Gets a value indicating whether the parameter accepts null values. Always returns false.
ms143348.pubproperty(en-US,SQL.90).gif ParameterName Gets or sets the name of the AdomdParameter.
ms143348.pubproperty(en-US,SQL.90).gif Precision This property is reserved for future use.
ms143348.pubproperty(en-US,SQL.90).gif Scale This property is reserved for future use.
ms143348.pubproperty(en-US,SQL.90).gif Size This property is reserved for future use.
ms143348.pubproperty(en-US,SQL.90).gif SourceColumn This property is reserved for future use.
ms143348.pubproperty(en-US,SQL.90).gif SourceVersion Gets or sets the DataRowVersion to use when loading Value. This property always returns DataRowVersion.Current.
ms143348.pubproperty(en-US,SQL.90).gif Value Gets or sets the value of the parameter.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms143348.pubmethod(en-US,SQL.90).gif Clone Creates a new AdomdParameter that is a copy of the current instance.
ms143348.pubmethod(en-US,SQL.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ms143348.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms143348.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms143348.pubmethod(en-US,SQL.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms143348.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms143348.pubmethod(en-US,SQL.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms143348.pubmethod(en-US,SQL.90).gifms143348.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms143348.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns the ParameterName.

Top

Protected Methods

  Name Description
ms143348.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms143348.protmethod(en-US,SQL.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

Top

Explicit Interface Implementations

  Name Description
ICloneable.Clone  

Top

See Also

Reference

AdomdParameter Class
Microsoft.AnalysisServices.AdomdServer Namespace