Classe QueryBinding
Hierarquia de herança
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices. . :: . .TabularBinding
Microsoft.AnalysisServices..::..QueryBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")> _
Public NotInheritable Class QueryBinding _
Inherits TabularBinding
'Uso
Dim instance As QueryBinding
[GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")]
public sealed class QueryBinding : TabularBinding
[GuidAttribute(L"4A79BC52-2965-49d3-88D1-486D5FFCEF12")]
public ref class QueryBinding sealed : public TabularBinding
[<SealedAttribute>]
[<GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")>]
type QueryBinding =
class
inherit TabularBinding
end
public final class QueryBinding extends TabularBinding
O tipo QueryBinding expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
CanRaiseEvents | (Herdado de Component.) | |
Container | (Herdado de Component.) | |
DataSourceID | ||
DesignMode | (Herdado de Component.) | |
Events | (Herdado de Component.) | |
Parent | Gets the parent object of the current object. (Herdado de Binding.) | |
QueryDefinition | ||
Site | (Herdado de Component.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | (Substitui Binding. . :: . .Clone() () () ().) | |
CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (Herdado de Binding.) | |
CopyTo(QueryBinding) | ||
CopyTo(TabularBinding) | Copies a TabularBinding object to the specified object. (Herdado de TabularBinding.) | |
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 | (Herdado de Component.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable. . :: . .Clone | (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.