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