Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.DataProcessing