Partager via


Propriété TabularData.Rows

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the collection of rows in the tabular data.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Rows As IList(Of TabularDataRow)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.Generic.IList<TabularDataRow>
The collection of rows in the tabular data.

Voir aussi

Référence

TabularData Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts