Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
Parameters
- source
 Specifies a Binding object that has the source of the data item.
- dataType
 Specifies an OleDbType type for DataItem
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DataItem Class
DataItem Members
Microsoft.AnalysisServices Namespace