Classe TableBinding
Represents a bound table object for the analysis services.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.TabularBinding
Microsoft.AnalysisServices.TableBinding
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")> _
Public NotInheritable Class TableBinding _
Inherits TabularBinding
'Utilizzo
Dim instance As TableBinding
[GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")]
public sealed class TableBinding : TabularBinding
[GuidAttribute(L"3632DD5A-AA46-4063-8312-26F0D9050B88")]
public ref class TableBinding sealed : public TabularBinding
[<SealedAttribute>]
[<GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")>]
type TableBinding =
class
inherit TabularBinding
end
public final class TableBinding extends TabularBinding
Nel tipo TableBinding sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
TableBinding() | Initializes a new instance of the TableBinding class. | |
TableBinding(String, String, String) | Initializes a new instance of the TableBinding class with specified data source identifier, schema, and name of the table. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Container | Ereditato da Component. | |
DataSourceID | Gets or sets the data source identifier for the table data. | |
DbSchemaName | Gets or sets the schema name of the database. | |
DbTableName | Gets or sets the name of the table in the database to be bound. | |
Parent | Gets the parent object of the current object. Ereditato da Binding. | |
Site | Ereditato da Component. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Returns a clone of the object. Esegue l'override di Binding.Clone(). | |
CopyTo | Copies the content of the object to another object. | |
CreateObjRef | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
Dispose | Ereditato da Component. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
ToString | Ereditato da Component. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da Component. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable.Clone | Creates a new copy of this object instance. Ereditato da TabularBinding. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.