Класс DataSourceViewBinding
Defines a binding from an object to a DataSourceView. This class cannot be inherited.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..DataSourceViewBinding
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("3EF61487-13C3-46dc-8BBD-7E51B30DC991")> _
Public NotInheritable Class DataSourceViewBinding _
Inherits Binding
'Применение
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
Тип DataSourceViewBinding обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DataSourceViewBinding() () () () | Initializes a new instance of DataSourceViewBinding using default values. | |
DataSourceViewBinding(String) | Initializes a new instance of DataSourceViewBinding for the specified DataSourceView. |
В начало
Свойства
Имя | Описание | |
---|---|---|
CanRaiseEvents | (Производный от Component.) | |
Container | (Производный от Component.) | |
DataSourceViewID | Gets or sets the DataSourceViewID for the current DataSourceViewBinding. | |
DesignMode | (Производный от Component.) | |
Events | (Производный от Component.) | |
Parent | Gets the parent object of the current object. (Производный от Binding.) | |
Site | (Производный от Component.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Clone | Returns a full copy of current DataSourceViewBinding. (Переопределяет Binding. . :: . .Clone() () () ().) | |
CopyTo | Transfers a deep copy of current object to a specified binding. (Производный от Binding.) | |
CreateObjRef | (Производный от MarshalByRefObject.) | |
Dispose() () () () | (Производный от Component.) | |
Dispose(Boolean) | (Производный от Component.) | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Component.) | |
GetHashCode | (Производный от Object.) | |
GetLifetimeService | (Производный от MarshalByRefObject.) | |
GetService | (Производный от Component.) | |
GetType | (Производный от Object.) | |
InitializeLifetimeService | (Производный от MarshalByRefObject.) | |
MemberwiseClone() () () () | (Производный от Object.) | |
MemberwiseClone(Boolean) | (Производный от MarshalByRefObject.) | |
ToString | (Производный от Component.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable. . :: . .Clone | (Производный от Binding.) |
В начало
Замечания
Добавления: 17 июля 2006 г.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.