TabularData.Rows 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the collection of rows in the tabular data.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property Rows As IList(Of TabularDataRow)
    Get 
    Set
用法
Dim instance As TabularData 
Dim value As IList(Of TabularDataRow)

value = instance.Rows

instance.Rows = value
[DataMemberAttribute]
public IList<TabularDataRow> Rows { get; set; }
[DataMemberAttribute]
public:
property IList<TabularDataRow^>^ Rows {
    IList<TabularDataRow^>^ get ();
    void set (IList<TabularDataRow^>^ value);
}
[<DataMemberAttribute>]
member Rows : IList<TabularDataRow> with get, set
function get Rows () : IList<TabularDataRow>
function set Rows (value : IList<TabularDataRow>)

属性值

类型:System.Collections.Generic.IList<TabularDataRow>
The collection of rows in the tabular data.

请参阅

参考

TabularData 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间