RowBinding Class
Updated: May 24, 2016
Defines a derived data type that represents a binding to the rows of a table.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::Binding
Microsoft.AnalysisServices::RowBinding
| Name | Description | |
|---|---|---|
![]() | RowBinding() | Initializes a new instance of the RowBinding class. |
![]() | RowBinding(String^) | Initializes a new instance of the RowBinding class with a specified table identifier. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a copy of the RowBinding object.(Overrides Binding::Clone().) |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | ToString() | Returns a string that represents the table and column in the current RowBinding.(Overrides Component::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new copy of the object instance.(Inherited from Binding.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




