Values 속성
Gets the value that specifies an array of parameter values.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
구문
‘선언
ReadOnly Property Values As Object()
Get
‘사용 방법
Dim instance As IParameter
Dim value As Object()
value = instance.Values
Object[] Values { get; }
property array<Object^>^ Values {
array<Object^>^ get ();
}
abstract Values : Object[]
function get Values () : Object[]
속성 값
유형: array<System. . :: . .Object> [] () [] []
A value that specifies an array.
주의
If the parameter is a multivalue parameter, the array contains the parameter values. If the parameter is a single-value parameter, the first element of the array contains the parameter value.