Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of DataItem for the specified table and column.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
tableName As String, _
columnName As String _
)
public DataItem (
string tableName,
string columnName
)
public:
DataItem (
String^ tableName,
String^ columnName
)
public DataItem (
String tableName,
String columnName
)
public function DataItem (
tableName : String,
columnName : String
)
Parameter
- tableName
A System.String with the name of the table.
- columnName
A System.String with the name of the column.
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