共用方式為


ParameterName 屬性

Gets or sets the name of the IDataParameter.

命名空間:  Microsoft.ReportingServices.DataProcessing
組件:   Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.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.