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.TabularData
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "TabularData", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class TabularData _
Implements IExtensibleDataObject
'Uso
Dim instance As TabularData
[DataContractAttribute(Name = "TabularData", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TabularData : IExtensibleDataObject
[DataContractAttribute(Name = L"TabularData", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class TabularData : IExtensibleDataObject
[<DataContractAttribute(Name = "TabularData", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TabularData =
class
interface IExtensibleDataObject
end
public class TabularData implements IExtensibleDataObject
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 the columns in the tabular data. | |
ExtensionData | Infraestructura. Gets or sets the object that contains extra data. | |
Rows | Infraestructura. Gets or sets the rows of data 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 | (Se hereda de Object.) |
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.