TabularData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents rows and columns of data.
public ref class TabularData : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="TabularData", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TabularData : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="TabularData", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TabularData = class
interface IExtensibleDataObject
Public Class TabularData
Implements IExtensibleDataObject
- Inheritance
-
TabularData
- Attributes
- Implements
Constructors
TabularData() |
Initializes a new instance of the TabularData class. |
Properties
ColumnDefinitions |
Gets or sets the columns in the tabular data. |
ExtensionData |
Gets or sets the object that contains extra data. |
Rows |
Gets or sets the rows of data in the tabular data. |