Condividi tramite


Classe TabularData

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents rows and columns of data.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.TabularData

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "TabularData", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TabularData
'Utilizzo
Dim instance As TabularData
[DataContractAttribute(Name = "TabularData", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TabularData
[DataContractAttribute(Name = L"TabularData", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class TabularData
[<DataContractAttribute(Name = "TabularData", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TabularData =  class end
public class TabularData

Nel tipo TabularData sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico TabularData Infrastruttura. Initializes a new instance of the TabularData class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ColumnDefinitions Infrastruttura. Gets or sets a collection of tabular column definitions.
Proprietà pubblica Rows Infrastruttura. Gets or sets the collection of rows in the tabular data.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Infrastruttura. Returns a string that represents the current object. Esegue l'override di Object.ToString().

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts