AdomdParameter Members
Represents a parameter to an AdomdCommand object.
The following tables list the members exposed by the AdomdParameter type.
Public Constructors
Nom | Description | |
---|---|---|
AdomdParameter | Overloaded. Initializes a new instance of the AdomdParameter class. |
Haut de la page
Public Properties
Nom | 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. |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | 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. |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Haut de la page
Explicit Interface Implementations
Nom | Description | |
---|---|---|
ICloneable.Clone |
Haut de la page
Voir aussi
Référence
AdomdParameter Class
Microsoft.AnalysisServices.AdomdServer Namespace