Freigeben über


DataItem Constructor (Binding, OleDbType)

Initializes a new instance of DataItem for the specified source with the specified OleDbType.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
Public Sub New ( _
    source As Binding, _
    dataType As OleDbType _
)
public DataItem (
    Binding source,
    OleDbType dataType
)
public:
DataItem (
    Binding^ source, 
    OleDbType dataType
)
public DataItem (
    Binding source, 
    OleDbType dataType
)
public function DataItem (
    source : Binding, 
    dataType : OleDbType
)

Parameter

  • source
    Specifies a Binding object that has the source of the data item.
  • dataType
    Specifies an OleDbType type for DataItem

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DataItem Class
DataItem Members
Microsoft.AnalysisServices Namespace