Classe CubeAttributeBinding
Defines a binding from a data source to a cube attribute. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..CubeAttributeBinding
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")> _
Public NotInheritable Class CubeAttributeBinding _
Inherits Binding
'Utilisation
Dim instance As CubeAttributeBinding
[GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")]
public sealed class CubeAttributeBinding : Binding
[GuidAttribute(L"398A84EF-F7F5-405e-A642-3C3CE569257F")]
public ref class CubeAttributeBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")>]
type CubeAttributeBinding =
class
inherit Binding
end
public final class CubeAttributeBinding extends Binding
Le type CubeAttributeBinding expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
CubeAttributeBinding() () () () | Initializes a new instance of CubeAttributeBinding using default values. | |
CubeAttributeBinding(String, String, String, AttributeBindingType) | Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, and binding type. | |
CubeAttributeBinding(String, String, String, AttributeBindingType, Int32) | Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, binding type, and ordinal place. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AttributeID | Gets or sets the AttributeID referenced in the binding. | |
CanRaiseEvents | (hérité de Component.) | |
Container | (hérité de Component.) | |
CubeDimensionID | Gets or sets the CubeDimensionID referenced in the binding. | |
CubeID | Gets or sets the CubeID referenced in the binding. | |
DesignMode | (hérité de Component.) | |
Events | (hérité de Component.) | |
Ordinal | Gets or sets the ordinal number of the attribute that the data source binds to in the collection. | |
Parent | Gets the parent object of the current object. (hérité de Binding.) | |
Site | (hérité de Component.) | |
Type | Gets or sets the type of binding. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Clone | Returns a full copy of current CubeAttributeBinding object. (remplace Binding. . :: . .Clone() () () ().) | |
CopyTo | Transfers a deep copy of current object to a specified binding. (hérité de Binding.) | |
CreateObjRef | (hérité de MarshalByRefObject.) | |
Dispose() () () () | (hérité de Component.) | |
Dispose(Boolean) | (hérité de Component.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Component.) | |
GetHashCode | (hérité de Object.) | |
GetLifetimeService | (hérité de MarshalByRefObject.) | |
GetService | (hérité de Component.) | |
GetType | (hérité de Object.) | |
InitializeLifetimeService | (hérité de MarshalByRefObject.) | |
MemberwiseClone() () () () | (hérité de Object.) | |
MemberwiseClone(Boolean) | (hérité de MarshalByRefObject.) | |
ToString | Returns a System.String that represents the cube, dimension, attribute, binding type, and an ordinal location in the current CubeAttributeBinding object. (remplace Component. . :: . .ToString() () () ().) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ICloneable. . :: . .Clone | (hérité de Binding.) |
Haut de la page
Notes
Nouveau : 17 juillet 2006
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.