Represents a parameter to an AdomdCommand object.
The following tables list the members exposed by the AdomdParameter type.
Public Constructors
| 名称 | Description | |
|---|---|---|
| AdomdParameter | Overloaded. Initializes a new instance of the AdomdParameter class. | 
顶部
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | DbType | This property is reserved for future use. | 
| .gif) | Direction | Gets or sets a value indicating the direction of the parameter. Always returns ParameterDirection.Input. | 
| .gif) | IsNullable | Gets a value indicating whether the parameter accepts null values. Always returns false. | 
| .gif) | ParameterName | Gets or sets the name of the AdomdParameter. | 
| .gif) | Precision | This property is reserved for future use. | 
| .gif) | Scale | This property is reserved for future use. | 
| .gif) | Size | This property is reserved for future use. | 
| .gif) | SourceColumn | This property is reserved for future use. | 
| .gif) | SourceVersion | Gets or sets the DataRowVersion to use when loading Value. This property always returns DataRowVersion.Current. | 
| .gif) | Value | Gets or sets the value of the parameter. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Clone | Creates a new AdomdParameter that is a copy of the current instance. | 
| .gif) | CreateObjRef | (inherited from MarshalByRefObject ) | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetLifetimeService | (inherited from MarshalByRefObject ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | InitializeLifetimeService | (inherited from MarshalByRefObject ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | Overridden. Returns the ParameterName. | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) | 
顶部
Explicit Interface Implementations
| 名称 | Description | |
|---|---|---|
| System.ICloneable.Clone | 
顶部
请参阅
参考
AdomdParameter Class
Microsoft.AnalysisServices.AdomdClient Namespace