Freigeben über


ExpressionBinding-Klasse

Represents a binding on an attribute (calculated column) that binds the column to a Storage Engine Expression Language (SEEL) expression.

Vererbungshierarchie

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

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

Syntax

'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.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ExpressionBinding() Initializes a new instance of the ExpressionBinding class.
Öffentliche Methode ExpressionBinding(String) Initializes a new instance of the ExpressionBinding class with the specified expression.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft Expression Gets or sets the expression binding.
Öffentliche Eigenschaft Parent Gets the parent object of the current object. (Geerbt von Binding.)
Öffentliche Eigenschaft Site (Geerbt von Component.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates a new instance of the object that is a cloned copy of the expression binding. (Überschreibt Binding.Clone().)
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode ToString (Geerbt von Component.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode 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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace