Classe CubeAttributeBinding
Defines a binding from a data source to a cube attribute. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..CubeAttributeBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")> _
Public NotInheritable Class CubeAttributeBinding _
Inherits Binding
'Uso
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
O tipo CubeAttributeBinding expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeID | Gets or sets the AttributeID referenced in the binding. | |
CanRaiseEvents | (Herdado de Component.) | |
Container | (Herdado de Component.) | |
CubeDimensionID | Gets or sets the CubeDimensionID referenced in the binding. | |
CubeID | Gets or sets the CubeID referenced in the binding. | |
DesignMode | (Herdado de Component.) | |
Events | (Herdado 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. (Herdado de Binding.) | |
Site | (Herdado de Component.) | |
Type | Gets or sets the type of binding. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Returns a full copy of current CubeAttributeBinding object. (Substitui Binding. . :: . .Clone() () () ().) | |
CopyTo | Transfers a deep copy of current object to a specified binding. (Herdado de Binding.) | |
CreateObjRef | (Herdado de MarshalByRefObject.) | |
Dispose() () () () | (Herdado de Component.) | |
Dispose(Boolean) | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Component.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | (Herdado de MarshalByRefObject.) | |
GetService | (Herdado de Component.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | (Herdado de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Herdado de Object.) | |
MemberwiseClone(Boolean) | (Herdado de MarshalByRefObject.) | |
ToString | Returns a System.String that represents the cube, dimension, attribute, binding type, and an ordinal location in the current CubeAttributeBinding object. (Substitui Component. . :: . .ToString() () () ().) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable. . :: . .Clone | (Herdado de Binding.) |
Início
Comentários
Novo: 17 de julho de 2006
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.