Compartilhar via


Classe AdomdParameter

Represents a parameter to an AdomdCommand object.

Hierarquia de herança

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public NotInheritable Class AdomdParameter _
    Inherits MarshalByRefObject _
    Implements IDbDataParameter, ICloneable
'Uso
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

O tipo AdomdParameter expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AdomdParameter() Initializes a new instance of the AdomdParameter class.
Método público AdomdParameter(String, Object) Initializes a new instance of the AdomdParameter class with the name and value of the AdomdParameter.

Início

Propriedades

  Nome Descrição
Propriedade pública DbType Gets or sets the DbType of the parameter. This property is reserved for future use.
Propriedade pública Direction Gets or sets a value indicating the direction of the parameter.
Propriedade pública IsNullable Gets a value indicating whether the parameter accepts nulluma referência nula (Nothing no Visual Basic) values.
Propriedade pública ParameterName Gets or sets the name of the AdomdParameter.
Propriedade pública Precision Gets or sets the precision of numeric parameters. This property is reserved for future use.
Propriedade pública Scale Gets or sets the scale of numeric parameters. This property is reserved for future use.
Propriedade pública Size Gets or sets the size of the parameter. This property is reserved for future use.
Propriedade pública SourceColumn Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value. This property is reserved for future use.
Propriedade pública SourceVersion Gets or sets the DataRowVersion to use when loading Value.
Propriedade pública Value Gets or sets the value of the parameter.

Início

Métodos

  Nome Descrição
Método público Clone Creates a new AdomdParameter that is a copy of the current instance.
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público ToString Returns the ParameterName. (Substitui Object.ToString().)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates a new instance of the AdomdParameter.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer