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.