프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
public MdxParameter ( string parameterName, object value ) : System | ||
parameterName | string | The name of the parameter. |
value | object | The value of the parameter. |
리턴 | System |