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.