Compartir a través de


TabularData.Rows Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Rows As IList(Of TabularDataRow)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

TabularData Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts