共用方式為


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.