RowBinding 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.
Defines a derived data type that represents a binding to the rows of a table.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")]
[System.Runtime.InteropServices.Guid("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
public sealed class RowBinding : Microsoft.AnalysisServices.Binding
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
[<System.Runtime.InteropServices.Guid("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")>]
type RowBinding = class
inherit Binding
Public NotInheritable Class RowBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
RowBinding() |
Initializes a new instance of the RowBinding class using default values. |
RowBinding(String) |
Initializes a new instance of the RowBinding class with a specified table identifier. |
Properties
Parent |
Gets the parent object of the current object. (Inherited from Binding) |
TableID |
Gets or sets the identifier of the table for the RowBinding. |
Methods
Clone() |
Returns a copy of the RowBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
ToString() |
Returns a string that represents the RowBinding object. |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |