RowNumberBinding Class
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.RowNumberBinding
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class RowNumberBinding _
    Inherits Binding
'Usage
Dim instance As RowNumberBinding
public sealed class RowNumberBinding : Binding
public ref class RowNumberBinding sealed : public Binding
[<SealedAttribute>]
type RowNumberBinding =  
    class
        inherit Binding
    end
public final class RowNumberBinding extends Binding
The RowNumberBinding type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | Parent | Gets the parent object of the current object. (Inherited from Binding.) | 
| .gif) | Site | (Inherited from Component.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | (Overrides Binding.Clone().) | 
| .gif) | CopyTo | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) | 
| .gif) | CreateObjRef | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | (Inherited from Component.) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Component.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService | (Inherited from Component.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | ToString | (Inherited from Component.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)