此 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.