Поделиться через


Свойство 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