Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
DbType | This property is reserved for future use. |
![]() |
Direction | Gets or sets a value indicating the direction of the parameter. Always returns ParameterDirection.Input. |
![]() |
IsNullable | Gets a value indicating whether the parameter accepts null values. Always returns false. |
![]() |
ParameterName | Gets or sets the name of the AdomdParameter. |
![]() |
Precision | This property is reserved for future use. |
![]() |
Scale | This property is reserved for future use. |
![]() |
Size | This property is reserved for future use. |
![]() |
SourceColumn | This property is reserved for future use. |
![]() |
SourceVersion | Gets or sets the DataRowVersion to use when loading Value. This property always returns DataRowVersion.Current. |
![]() |
Value | Gets or sets the value of the parameter. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
Clone | Creates a new AdomdParameter that is a copy of the current instance. |
![]() |
CreateObjRef | (inherited from MarshalByRefObject ) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetType | (inherited from Object ) |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | Overridden. Returns the ParameterName. |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| System.ICloneable.Clone |
Top
See Also
Reference
AdomdParameter Class
Microsoft.AnalysisServices.AdomdClient Namespace
.gif)
.gif)
.gif)
.gif)