Binding-Klasse
Serves as the base class from which all bindings are derived.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Mehr…
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")> _
Public MustInherit Class Binding _
Inherits Component _
Implements ICloneable
'Usage
Dim instance As Binding
[GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public abstract class Binding : Component,
ICloneable
[GuidAttribute(L"BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public ref class Binding abstract : public Component,
ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")>]
type Binding =
class
inherit Component
interface ICloneable
end
public abstract class Binding extends Component implements ICloneable
Der Binding-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
Binding | Initializes a new instance of the Binding object as implemented by the derived class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CanRaiseEvents | (Geerbt von Component.) | |
Container | (Geerbt von Component.) | |
DesignMode | (Geerbt von Component.) | |
Events | (Geerbt von Component.) | |
Parent | Gets the parent object of the current object. | |
Site | (Geerbt von Component.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a deep copy of current object. | |
CopyTo | Transfers a deep copy of current object to a specified binding. | |
CreateObjRef | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
Dispose() | (Geerbt von Component.) | |
Dispose(Boolean) | (Geerbt von Component.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Component.) | |
GetHashCode | (Geerbt von Object.) | |
GetLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
GetService | (Geerbt von Component.) | |
GetType | (Geerbt von Object.) | |
InitializeLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
MemberwiseClone() | (Geerbt von Object.) | |
MemberwiseClone(Boolean) | (Geerbt von MarshalByRefObject.) | |
ToString | (Geerbt von Component.) |
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. |
Zum Anfang
Hinweise
Neu: 17. Juli 2006
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.AnalysisServices-Namespace
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.AttributeBinding
Microsoft.AnalysisServices.CalculatedMeasureBinding
Microsoft.AnalysisServices.ColumnBinding
Microsoft.AnalysisServices.CubeAttributeBinding
Microsoft.AnalysisServices.CubeDimensionBinding
Microsoft.AnalysisServices.DataSourceViewBinding
Microsoft.AnalysisServices.DimensionBinding
Microsoft.AnalysisServices.ExpressionBinding
Microsoft.AnalysisServices.InheritedBinding
Microsoft.AnalysisServices.MeasureBinding
Microsoft.AnalysisServices.MeasureGroupBinding
Microsoft.AnalysisServices.MeasureGroupDimensionBinding
Microsoft.AnalysisServices.ProactiveCachingBinding
Microsoft.AnalysisServices.RowBinding
Microsoft.AnalysisServices.RowNumberBinding
Microsoft.AnalysisServices.TabularBinding
Microsoft.AnalysisServices.TimeAttributeBinding
Microsoft.AnalysisServices.TimeBinding
Microsoft.AnalysisServices.UserDefinedGroupBinding