Classe RowBinding
Defines a derived data type that represents a binding to the rows of a table.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.RowBinding
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Déclaration
<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class RowBinding _
Inherits Binding
'Utilisation
Dim instance As RowBinding
[GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class RowBinding : Binding
[GuidAttribute(L"5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class RowBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")>]
type RowBinding =
class
inherit Binding
end
public final class RowBinding extends Binding
Le type RowBinding expose les membres suivants.
Nom | 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. |
Haut de la page
Nom | Description | |
---|---|---|
![]() |
Container | (hérité de Component.) |
![]() |
Parent | Gets the parent object of the current object. (hérité de Binding.) |
![]() |
Site | (hérité de Component.) |
![]() |
TableID | Gets or sets the table id of the RowBinding. |
Haut de la page
Nom | Description | |
---|---|---|
![]() |
Clone | Returns a copy of the RowBinding object. (remplace Binding.Clone().) |
![]() |
CreateObjRef | Informations critiques de sécurité. (hérité de MarshalByRefObject.) |
![]() |
Dispose | (hérité de Component.) |
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetLifetimeService | Informations critiques de sécurité. (hérité de MarshalByRefObject.) |
![]() |
GetType | (hérité de Object.) |
![]() |
InitializeLifetimeService | Informations critiques de sécurité. (hérité de MarshalByRefObject.) |
![]() |
ToString | Returns a string that represents the table and column in the current RowBinding. (remplace Component.ToString().) |
Haut de la page
Haut de la page
Nom | Description | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of the object instance. (hérité de Binding.) |
Haut de la page
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.