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.