다음을 통해 공유


IDataParameter 인터페이스

Represents a parameter to a Command object.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)

구문

‘선언
Public Interface IDataParameter
‘사용 방법
Dim instance As IDataParameter
public interface IDataParameter
public interface class IDataParameter
type IDataParameter =  interface end
public interface IDataParameter

IDataParameter 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 ParameterName Gets or sets the name of the IDataParameter.
공용 속성 Value Gets or sets the value of the parameter.

맨 위로 이동

주의

The IDataParameter interface enables you to implement a Parameter class, which represents a parameter to a Command object. An application does not create an instance of the IDataParameter interface directly, but creates an instance of a class that implements IDataParameter.

Classes that implement IDataParameter must implement the required members, and typically define additional members to add provider-specific functionality.

When you implement the IDataParameter interface, you should implement the following constructors:

Class

Description

PrvParameter()

Initializes a new instance of the PrvDataParameter class.

PrvParameter(string parameterName, object value)

Initializes a new instance of the PrvDataParameter class with the parameter name and an object that is the value of the parameter.

참고 항목

참조

Microsoft.ReportingServices.DataProcessing 네임스페이스