다음을 통해 공유


TabularData.Rows 속성

정의

행을 지정합니다.

public:
 property System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::TabularDataRow ^> ^ Rows { System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::TabularDataRow ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::TabularDataRow ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.TabularDataRow> Rows { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Rows : System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.TabularDataRow> with get, set
Public Property Rows As IList(Of TabularDataRow)

속성 값

행입니다.

특성

적용 대상