Share via


Classe AdomdParameter

Represents a parameter to an AdomdCommand object.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    Microsoft.AnalysisServices.AdomdServer..::..AdomdParameter

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class AdomdParameter _
    Inherits MarshalByRefObject _
    Implements IDbDataParameter, ICloneable
'Utilisation
Dim instance As AdomdParameter
public sealed class AdomdParameter : MarshalByRefObject, 
    IDbDataParameter, ICloneable
public ref class AdomdParameter sealed : public MarshalByRefObject, 
    IDbDataParameter, ICloneable
[<SealedAttribute>]
type AdomdParameter =  
    class
        inherit MarshalByRefObject
        interface IDbDataParameter
        interface ICloneable
    end
public final class AdomdParameter extends MarshalByRefObject implements IDbDataParameter, ICloneable

Le type AdomdParameter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AdomdParameter() () () () Initializes a new instance of the AdomdParameter class.
Méthode publique 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
Propriété publique DbType This property is reserved for future use.
Propriété publique Direction Gets or sets a value indicating the direction of the parameter. Always returns ParameterDirection.Input.
Propriété publique IsNullable Gets a value indicating whether the parameter accepts nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) values. Always returns false.
Propriété publique ParameterName Gets or sets the name of the AdomdParameter.
Propriété publique Precision This property is reserved for future use.
Propriété publique Scale This property is reserved for future use.
Propriété publique Size This property is reserved for future use.
Propriété publique SourceColumn This property is reserved for future use.
Propriété publique SourceVersion Gets or sets the DataRowVersion to use when loading Value. This property always returns DataRowVersion.Current.
Propriété publique Value Gets or sets the value of the parameter.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a new AdomdParameter that is a copy of the current instance.
Méthode publique CreateObjRef (hérité de MarshalByRefObject.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService (hérité de MarshalByRefObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService (hérité de MarshalByRefObject.)
Méthode protégée MemberwiseClone() () () () (hérité de Object.)
Méthode protégée MemberwiseClone(Boolean) (hérité de MarshalByRefObject.)
Méthode publique ToString Returns the ParameterName. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable. . :: . .Clone

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.