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
ms143348.pubproperty(ko-kr,SQL.90).gif DbType This property is reserved for future use.
ms143348.pubproperty(ko-kr,SQL.90).gif Direction Gets or sets a value indicating the direction of the parameter. Always returns ParameterDirection.Input.
ms143348.pubproperty(ko-kr,SQL.90).gif IsNullable Gets a value indicating whether the parameter accepts null values. Always returns false.
ms143348.pubproperty(ko-kr,SQL.90).gif ParameterName Gets or sets the name of the AdomdParameter.
ms143348.pubproperty(ko-kr,SQL.90).gif Precision This property is reserved for future use.
ms143348.pubproperty(ko-kr,SQL.90).gif Scale This property is reserved for future use.
ms143348.pubproperty(ko-kr,SQL.90).gif Size This property is reserved for future use.
ms143348.pubproperty(ko-kr,SQL.90).gif SourceColumn This property is reserved for future use.
ms143348.pubproperty(ko-kr,SQL.90).gif SourceVersion Gets or sets the DataRowVersion to use when loading Value. This property always returns DataRowVersion.Current.
ms143348.pubproperty(ko-kr,SQL.90).gif Value Gets or sets the value of the parameter.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms143348.pubmethod(ko-kr,SQL.90).gif Clone Creates a new AdomdParameter that is a copy of the current instance.
ms143348.pubmethod(ko-kr,SQL.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ms143348.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms143348.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms143348.pubmethod(ko-kr,SQL.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms143348.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms143348.pubmethod(ko-kr,SQL.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms143348.pubmethod(ko-kr,SQL.90).gifms143348.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms143348.pubmethod(ko-kr,SQL.90).gif ToString Overridden. Returns the ParameterName.

위쪽

Protected Methods

  이름 Description
ms143348.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms143348.protmethod(ko-kr,SQL.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

위쪽

Explicit Interface Implementations

  이름 Description
ICloneable.Clone  

위쪽

참고 항목

참조

AdomdParameter Class
Microsoft.AnalysisServices.AdomdServer Namespace