Поделиться через


AdomdParameter Members

Represents a parameter to an AdomdCommand object.

The following tables list the members exposed by the AdomdParameter type.

Public Constructors

  Имя Description
AdomdParameter Overloaded. Initializes a new instance of the AdomdParameter class.

В начало

Public Properties

  Имя Description
ms142149.pubproperty(ru-ru,SQL.90).gif DbType This property is reserved for future use.
ms142149.pubproperty(ru-ru,SQL.90).gif Direction Gets or sets a value indicating the direction of the parameter. Always returns ParameterDirection.Input.
ms142149.pubproperty(ru-ru,SQL.90).gif IsNullable Gets a value indicating whether the parameter accepts null values. Always returns false.
ms142149.pubproperty(ru-ru,SQL.90).gif ParameterName Gets or sets the name of the AdomdParameter.
ms142149.pubproperty(ru-ru,SQL.90).gif Precision This property is reserved for future use.
ms142149.pubproperty(ru-ru,SQL.90).gif Scale This property is reserved for future use.
ms142149.pubproperty(ru-ru,SQL.90).gif Size This property is reserved for future use.
ms142149.pubproperty(ru-ru,SQL.90).gif SourceColumn This property is reserved for future use.
ms142149.pubproperty(ru-ru,SQL.90).gif SourceVersion Gets or sets the DataRowVersion to use when loading Value. This property always returns DataRowVersion.Current.
ms142149.pubproperty(ru-ru,SQL.90).gif Value Gets or sets the value of the parameter.

В начало

Public Methods

(see also Protected Methods )

  Имя Description
ms142149.pubmethod(ru-ru,SQL.90).gif Clone Creates a new AdomdParameter that is a copy of the current instance.
ms142149.pubmethod(ru-ru,SQL.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ms142149.pubmethod(ru-ru,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms142149.pubmethod(ru-ru,SQL.90).gif GetHashCode  (inherited from Object )
ms142149.pubmethod(ru-ru,SQL.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms142149.pubmethod(ru-ru,SQL.90).gif GetType  (inherited from Object )
ms142149.pubmethod(ru-ru,SQL.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms142149.pubmethod(ru-ru,SQL.90).gifms142149.static(ru-ru,SQL.90).gif ReferenceEquals  (inherited from Object )
ms142149.pubmethod(ru-ru,SQL.90).gif ToString Overridden. Returns the ParameterName.

В начало

Protected Methods

  Имя Description
ms142149.protmethod(ru-ru,SQL.90).gif Finalize  (inherited from Object )
ms142149.protmethod(ru-ru,SQL.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

В начало

Explicit Interface Implementations

  Имя Description
System.ICloneable.Clone  

В начало

См. также

Справочник

AdomdParameter Class
Microsoft.AnalysisServices.AdomdClient Namespace