Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the collection of rows in the tabular data.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property Rows As IList(Of TabularDataRow)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.Generic.IList<TabularDataRow>
The collection of rows in the tabular data.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts