Classe CubeAttributeBinding
Defines a binding from a data source to a cube attribute. This class cannot be inherited.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.CubeAttributeBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
'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.
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
Nome | Descrição | |
---|---|---|
![]() |
AttributeID | Gets or sets the AttributeID referenced in the binding. |
![]() |
Container | (Herdado de Component.) |
![]() |
CubeDimensionID | Gets or sets the CubeDimensionID referenced in the binding. |
![]() |
CubeID | Gets or sets the CubeID referenced in the binding. |
![]() |
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
Nome | Descrição | |
---|---|---|
![]() |
Clone | Returns a full copy of current CubeAttributeBinding object. (Substitui Binding.Clone().) |
![]() |
CreateObjRef | Segurança crítica. (Herdado de MarshalByRefObject.) |
![]() |
Dispose | (Herdado de Component.) |
![]() |
Equals | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
InitializeLifetimeService | Segurança crítica. (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
Início
Nome | Descrição | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of the object instance. (Herdado de Binding.) |
Início
Novo: 17 de julho de 2006
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.