Partager via


Propriété ParameterName

Gets or sets the name of the IDataParameter.

Espace de noms :  Microsoft.ReportingServices.DataProcessing
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Property ParameterName As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String
A string containing the name of the parameter.

Notes

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