다음을 통해 공유


IDataParameter.ParameterName 속성

Gets or sets the name of the IDataParameter.

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

구문

‘선언
Property ParameterName As String 
    Get 
    Set
‘사용 방법
Dim instance As IDataParameter 
Dim value As String 

value = instance.ParameterName

instance.ParameterName = value
string ParameterName { get; set; }
property String^ ParameterName {
    String^ get ();
    void set (String^ value);
}
abstract ParameterName : string with get, set
function get ParameterName () : String 
function set ParameterName (value : String)

속성 값

유형: System.String
A string containing the name of the parameter.

주의

The ParameterName is specified in the form **@**paramname. You must set the ParameterName property before executing a command that relies on parameters.

참고 항목

참조

IDataParameter 인터페이스

Microsoft.ReportingServices.DataProcessing 네임스페이스