Classe AdomdParameter
Represents a parameter to an AdomdCommand object.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .MarshalByRefObject
Microsoft.AnalysisServices.AdomdClient..::..AdomdParameter
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public NotInheritable Class AdomdParameter _
Inherits MarshalByRefObject _
Implements IDbDataParameter, IDataParameter, ICloneable
'Utilisation
Dim instance As AdomdParameter
public sealed class AdomdParameter : MarshalByRefObject,
IDbDataParameter, IDataParameter, ICloneable
public ref class AdomdParameter sealed : public MarshalByRefObject,
IDbDataParameter, IDataParameter, ICloneable
[<SealedAttribute>]
type AdomdParameter =
class
inherit MarshalByRefObject
interface IDbDataParameter
interface IDataParameter
interface ICloneable
end
public final class AdomdParameter extends MarshalByRefObject implements IDbDataParameter, IDataParameter, ICloneable
Le type AdomdParameter expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AdomdParameter() () () () | Initializes a new instance of the AdomdParameter class. | |
AdomdParameter(String, Object) | Initializes a new instance of the AdomdParameter class with the name and value of the AdomdParameter. |
Haut de la page
Propriétés
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 nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) 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
Méthodes
Nom | Description | |
---|---|---|
Clone | Creates a new AdomdParameter that is a copy of the current instance. | |
CreateObjRef | (hérité de MarshalByRefObject.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetLifetimeService | (hérité de MarshalByRefObject.) | |
GetType | (hérité de Object.) | |
InitializeLifetimeService | (hérité de MarshalByRefObject.) | |
MemberwiseClone() () () () | (hérité de Object.) | |
MemberwiseClone(Boolean) | (hérité de MarshalByRefObject.) | |
ToString | Returns the ParameterName. (remplace Object. . :: . .ToString() () () ().) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.