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 rows of data in the tabular data.

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

Syntaxe

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

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<TabularDataRow>
Returns Collection<T>.

Voir aussi

Référence

TabularData Classe

Espace de noms Microsoft.MasterDataServices