Classe RowBinding
Defines a derived data type that represents a binding to the rows of a table.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.RowBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class RowBinding _
Inherits Binding
'Uso
Dim instance As RowBinding
[GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class RowBinding : Binding
[GuidAttribute(L"5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class RowBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")>]
type RowBinding =
class
inherit Binding
end
public final class RowBinding extends Binding
O tipo RowBinding expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
RowBinding() | Initializes a new instance of the RowBinding class. | |
RowBinding(String) | Initializes a new instance of the RowBinding class with a specified table identifier. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Container | (Herdado de Component.) | |
Parent | Gets the parent object of the current object. (Herdado de Binding.) | |
Site | (Herdado de Component.) | |
TableID | Gets or sets the table id of the RowBinding. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Returns a copy of the RowBinding 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 string that represents the table and column in the current RowBinding. (Substitui Component.ToString().) |
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 the object instance. (Herdado de Binding.) |
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.