Clase TabularData
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents rows and columns of data.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.Services.DataContracts.TabularData
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "TabularData", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TabularData
'Uso
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
El tipo TabularData expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
TabularData | Infraestructura. Initializes a new instance of the TabularData class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ColumnDefinitions | Infraestructura. Gets or sets a collection of tabular column definitions. | |
Rows | Infraestructura. Gets or sets the collection of rows in the tabular data. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | Infraestructura. Returns a string that represents the current object. (Invalida Object.ToString().) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts