C# 클래스 MdxClient.MdxParameter

Represents a parameter to an MdxCommand
상속: System.Data.Common.DbParameter, ICloneable
파일 보기 프로젝트 열기: DynamicTyped/MdxClient 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : object
MdxParameter ( ) : System

Initializes a new instance of the MdxParameter class.

MdxParameter ( string parameterName, object value ) : System

Initializes a new instance of the MdxParameter class that sets the name and a value for the parameter.

ResetDbType ( ) : void

Resets the type associated with this MdxParameter

ToString ( ) : string

Gets a string that contains the ParameterName.

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

MdxParameter() 공개 메소드

Initializes a new instance of the MdxParameter class.
public MdxParameter ( ) : System
리턴 System

MdxParameter() 공개 메소드

Initializes a new instance of the MdxParameter class that sets the name and a value for the parameter.
public MdxParameter ( string parameterName, object value ) : System
parameterName string The name of the parameter.
value object The value of the parameter.
리턴 System

ResetDbType() 공개 메소드

Resets the type associated with this MdxParameter
public ResetDbType ( ) : void
리턴 void

ToString() 공개 메소드

Gets a string that contains the ParameterName.
public ToString ( ) : string
리턴 string