Поделиться через


Свойство IsMultiValue

Gets the value that specifies whether the parameter is a multivalue parameter.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
ReadOnly Property IsMultiValue As Boolean
    Get
'Применение
Dim instance As IParameter
Dim value As Boolean

value = instance.IsMultiValue
bool IsMultiValue { get; }
property bool IsMultiValue {
    bool get ();
}
abstract IsMultiValue : bool
function get IsMultiValue () : boolean

Значение свойства

Тип: System. . :: . .Boolean
A value that specifies whether the parameter is a multivalue parameter.

Замечания

This property returns true if the parameter is a multivalue parameter; otherwise, the property returns false.