Clase DataSourceViewBinding
Defines a binding from an object to a DataSourceView. This class cannot be inherited.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..DataSourceViewBinding
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("3EF61487-13C3-46dc-8BBD-7E51B30DC991")> _
Public NotInheritable Class DataSourceViewBinding _
Inherits Binding
'Uso
Dim instance As DataSourceViewBinding
[GuidAttribute("3EF61487-13C3-46dc-8BBD-7E51B30DC991")]
public sealed class DataSourceViewBinding : Binding
[GuidAttribute(L"3EF61487-13C3-46dc-8BBD-7E51B30DC991")]
public ref class DataSourceViewBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("3EF61487-13C3-46dc-8BBD-7E51B30DC991")>]
type DataSourceViewBinding =
class
inherit Binding
end
public final class DataSourceViewBinding extends Binding
El tipo DataSourceViewBinding expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DataSourceViewBinding() () () () | Initializes a new instance of DataSourceViewBinding using default values. | |
DataSourceViewBinding(String) | Initializes a new instance of DataSourceViewBinding for the specified DataSourceView. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
CanRaiseEvents | (Se hereda de Component.) | |
Container | (Se hereda de Component.) | |
DataSourceViewID | Gets or sets the DataSourceViewID for the current DataSourceViewBinding. | |
DesignMode | (Se hereda de Component.) | |
Events | (Se hereda de Component.) | |
Parent | Gets the parent object of the current object. (Se hereda de Binding.) | |
Site | (Se hereda de Component.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Returns a full copy of current DataSourceViewBinding. (Invalida Binding. . :: . .Clone() () () ().) | |
CopyTo | Transfers a deep copy of current object to a specified binding. (Se hereda de Binding.) | |
CreateObjRef | (Se hereda de MarshalByRefObject.) | |
Dispose() () () () | (Se hereda de Component.) | |
Dispose(Boolean) | (Se hereda de Component.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Component.) | |
GetHashCode | (Se hereda de Object.) | |
GetLifetimeService | (Se hereda de MarshalByRefObject.) | |
GetService | (Se hereda de Component.) | |
GetType | (Se hereda de Object.) | |
InitializeLifetimeService | (Se hereda de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Se hereda de Object.) | |
MemberwiseClone(Boolean) | (Se hereda de MarshalByRefObject.) | |
ToString | (Se hereda de Component.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable. . :: . .Clone | (Se hereda de Binding.) |
Arriba
Comentarios
Nuevo: 17 de julio de 2006
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.