Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of DataItem for the specified source.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
source As Binding _
)
'Usage
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
)
Parameters
- source
Type: Microsoft.AnalysisServices.Binding
A Binding object that has the source of the data item.