Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines a derived data type that represents a binding to the rows of a table.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.RowBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class RowBinding _
Inherits Binding
'Usage
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
Der RowBinding-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
RowBinding() | Initializes a new instance of the RowBinding class. |
![]() |
RowBinding(String) | Initializes a new instance of the RowBinding class with a specified table identifier. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Container | (Geerbt von Component.) |
![]() |
Parent | Gets the parent object of the current object. (Geerbt von Binding.) |
![]() |
Site | (Geerbt von Component.) |
![]() |
TableID | Gets or sets the table id of the RowBinding. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Clone | Returns a copy of the RowBinding object. (Überschreibt Binding.Clone().) |
![]() |
CreateObjRef | Sicherheitskritisch (Geerbt von MarshalByRefObject.) |
![]() |
Dispose | (Geerbt von Component.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
InitializeLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) |
![]() |
ToString | Returns a string that represents the table and column in the current RowBinding. (Überschreibt Component.ToString().) |
Zum Anfang
Ereignisse
| Name | Beschreibung | |
|---|---|---|
![]() |
Disposed | (Geerbt von Component.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of the object instance. (Geerbt von Binding.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)
.gif)