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