TabularDataRow.Values 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the values in a data row.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property Values As Collection(Of Object)
Get
Set
用法
Dim instance As TabularDataRow
Dim value As Collection(Of Object)
value = instance.Values
instance.Values = value
[DataMemberAttribute]
public Collection<Object> Values { get; set; }
[DataMemberAttribute]
public:
property Collection<Object^>^ Values {
Collection<Object^>^ get ();
void set (Collection<Object^>^ value);
}
[<DataMemberAttribute>]
member Values : Collection<Object> with get, set
function get Values () : Collection<Object>
function set Values (value : Collection<Object>)
属性值
类型:System.Collections.ObjectModel.Collection<Object>
The values in a data row.