ReportParameterInstance.Values 属性

定义

获取参数的值。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ Values { System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<object> Values { get; }
member this.Values : System.Collections.ObjectModel.ReadOnlyCollection<obj>
Public ReadOnly Property Values As ReadOnlyCollection(Of Object)

属性值

一个包含参数值的 ReadOnlyCollection<T> 对象。

适用于