Classe TabularData
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents rows and columns of data.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.DataContracts.TabularData
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "TabularData", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TabularData
'Utilisation
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
Le type TabularData expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
TabularData | Infrastructure. Initializes a new instance of the TabularData class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ColumnDefinitions | Infrastructure. Gets or sets a collection of tabular column definitions. | |
Rows | Infrastructure. Gets or sets the collection of rows in the tabular data. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | Infrastructure. Returns a string that represents the current object. (remplace Object.ToString().) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts