ExpressionBinding-Klasse
Represents a binding on an attribute (calculated column) that binds the column to a Storage Engine Expression Language (SEEL) expression.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ExpressionBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Declaration
Public NotInheritable Class ExpressionBinding _
Inherits Binding
'Usage
Dim instance As ExpressionBinding
public sealed class ExpressionBinding : Binding
public ref class ExpressionBinding sealed : public Binding
[<SealedAttribute>]
type ExpressionBinding =
class
inherit Binding
end
public final class ExpressionBinding extends Binding
Der ExpressionBinding-Typ macht folgende Elemente verfügbar.
Name | Beschreibung | |
---|---|---|
![]() |
ExpressionBinding() | Initializes a new instance of the ExpressionBinding class. |
![]() |
ExpressionBinding(String) | Initializes a new instance of the ExpressionBinding class with the specified expression. |
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() |
Container | (Geerbt von Component.) |
![]() |
Expression | Gets or sets the expression binding. |
![]() |
Parent | Gets the parent object of the current object. (Geerbt von Binding.) |
![]() |
Site | (Geerbt von Component.) |
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() |
Clone | Creates a new instance of the object that is a cloned copy of the expression binding. (Ü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 | (Geerbt von Component.) |
Zum Anfang
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of the object instance. (Geerbt von Binding.) |
Zum Anfang
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.