IDataParameter.ParameterName Propiedad
Gets or sets the name of the IDataParameter.
Espacio de nombres: Microsoft.ReportingServices.DataProcessing
Ensamblados: Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Sintaxis
'Declaración
Property ParameterName As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A string containing the name of the parameter.
Comentarios
The ParameterName is specified in the form **@**paramname. You must set the ParameterName property before executing a command that relies on parameters.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.DataProcessing