Konstruktor DataItem (Binding, OleDbType, Int32)
Inicjuje nowe wystąpienie DataItem dla określonego źródło z określonego typu i rozmiaru danych.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
source As Binding, _
dataType As OleDbType, _
dataSize As Integer _
)
'Użycie
Dim source As Binding
Dim dataType As OleDbType
Dim dataSize As Integer
Dim instance As New DataItem(source, _
dataType, dataSize)
public DataItem(
Binding source,
OleDbType dataType,
int dataSize
)
public:
DataItem(
Binding^ source,
OleDbType dataType,
int dataSize
)
new :
source:Binding *
dataType:OleDbType *
dataSize:int -> DataItem
public function DataItem(
source : Binding,
dataType : OleDbType,
dataSize : int
)
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
- dataSize
Typ: System.Int32
Całkowitą wartość określającą rozmiar danych.
Zobacz także