この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
表形式データのデータ行を取得または設定します。
名前空間: 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>
Collection<T> を返します。