Classe ExpressionBinding
Represents a binding on an attribute (calculated column) that binds the column to a Storage Engine Expression Language (SEEL) expression.
Hiérarchie d'héritage
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ExpressionBinding
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ExpressionBinding _
Inherits Binding
'Utilisation
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
Le type ExpressionBinding expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
ExpressionBinding() | Initializes a new instance of the ExpressionBinding class. |
![]() |
ExpressionBinding(String) | Initializes a new instance of the ExpressionBinding class with the specified expression. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
Container | (hérité de Component.) |
![]() |
Expression | Gets or sets the expression binding. |
![]() |
Parent | Gets the parent object of the current object. (hérité de Binding.) |
![]() |
Site | (hérité de Component.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Clone | Creates a new instance of the object that is a cloned copy of the expression binding. (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 | (hérité de Component.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
![]() |
Disposed | (hérité de Component.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of the object instance. (hérité de Binding.) |
Haut de la page
Sécurité des threads
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.