Udostępnij przez


Konstruktor DataItem (String, String, OleDbType)

Inicjuje nowe wystąpienie DataItem dla określonej tabela i kolumna z określonego typu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Sub New ( _
    tableName As String, _
    columnName As String, _
    dataType As OleDbType _
)
'Użycie
Dim tableName As String
Dim columnName As String
Dim dataType As OleDbType

Dim instance As New DataItem(tableName, _
    columnName, dataType)
public DataItem(
    string tableName,
    string columnName,
    OleDbType dataType
)
public:
DataItem(
    String^ tableName, 
    String^ columnName, 
    OleDbType dataType
)
new : 
        tableName:string * 
        columnName:string * 
        dataType:OleDbType -> DataItem
public function DataItem(
    tableName : String, 
    columnName : String, 
    dataType : OleDbType
)

Parametry

  • columnName
    Typ: System.String
    A System.String z nazwą kolumna.