Konstruktor DataItem (Binding, OleDbType)
Inicjuje nowe wystąpienie DataItem dla określonego źródło z określonego typu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
source As Binding, _
dataType As OleDbType _
)
'Użycie
Dim source As Binding
Dim dataType As OleDbType
Dim instance As New DataItem(source, _
dataType)
public DataItem(
Binding source,
OleDbType dataType
)
public:
DataItem(
Binding^ source,
OleDbType dataType
)
new :
source:Binding *
dataType:OleDbType -> DataItem
public function DataItem(
source : Binding,
dataType : OleDbType
)
Parametry
- source
Typ: Microsoft.AnalysisServices.Binding
Określa Binding obiekt, który ma źródło danych element.
- dataType
Typ: System.Data.OleDb.OleDbType
Określa typ typuDataItem
Zobacz także