Classe DsvTableBinding
Defines a binding from a data source view to a table. This class cannot be inherited.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.TabularBinding
Microsoft.AnalysisServices.DsvTableBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")> _
Public NotInheritable Class DsvTableBinding _
Inherits TabularBinding
'Uso
Dim instance As DsvTableBinding
[GuidAttribute("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")]
public sealed class DsvTableBinding : TabularBinding
[GuidAttribute(L"54FAF89E-8DE3-4bb0-B3F7-BE305103548B")]
public ref class DsvTableBinding sealed : public TabularBinding
[<SealedAttribute>]
[<GuidAttribute("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")>]
type DsvTableBinding =
class
inherit TabularBinding
end
public final class DsvTableBinding extends TabularBinding
O tipo DsvTableBinding expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DsvTableBinding() | Initializes a new instance of DsvTableBinding using default values. | |
DsvTableBinding(String, String) | Initializes a new instance of DsvTableBinding for the specified data source view and table. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Container | (Herdado de Component.) | |
DataEmbeddingStyle | Gets or sets the embedded data in the table. | |
DataSourceViewID | Gets or sets the data source view unique identifier. | |
Parent | Gets the parent object of the current object. (Herdado de Binding.) | |
Site | (Herdado de Component.) | |
TableID | Gets or sets the table unique identifier. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Returns a full copy of current DsvTableBinding object. (Substitui Binding.Clone().) | |
CopyTo | Copies the current DsvTableBinding to an object, which is passed as a parameter. | |
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 | (Herdado de Component.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Disposed | (Herdado de Component.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable.Clone | Creates a new copy of this object instance. (Herdado de TabularBinding.) |
Início
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.