Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |
Nach oben
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. |
Nach oben
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. |
Nach oben
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Nach oben
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable.Clone |
Nach oben
Siehe auch
Verweis
AdomdParameter Class
Microsoft.AnalysisServices.AdomdServer Namespace
.gif)
.gif)
.gif)
.gif)