Share via


RowBinding Class

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")> _
Public NotInheritable Class RowBinding
    Inherits Binding
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")] 
[GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")] 
public sealed class RowBinding : Binding
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")] 
[GuidAttribute(L"5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")] 
public ref class RowBinding sealed : public Binding
/** @attribute TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design") */ 
/** @attribute GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E") */ 
public final class RowBinding extends Binding
TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design") 
GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E") 
public final class RowBinding extends Binding

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.RowBinding

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

RowBinding Members
Microsoft.AnalysisServices Namespace