Конструктор DataItem (Binding)
Initializes a new instance of DataItem for the specified source.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
source As Binding _
)
'Применение
Dim source As Binding
Dim instance As New DataItem(source)
public DataItem(
Binding source
)
public:
DataItem(
Binding^ source
)
new :
source:Binding -> DataItem
public function DataItem(
source : Binding
)
Параметры
- source
Тип: Microsoft.AnalysisServices. . :: . .Binding
A Binding object that has the source of the data item.
См. также