Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Sub New ( _
selectCommand As AdomdCommand _
)
'Usage
Dim selectCommand As AdomdCommand
Dim instance As New AdomdDataAdapter(selectCommand)
public AdomdDataAdapter(
AdomdCommand selectCommand
)
public:
AdomdDataAdapter(
AdomdCommand^ selectCommand
)
new :
selectCommand:AdomdCommand -> AdomdDataAdapter
public function AdomdDataAdapter(
selectCommand : AdomdCommand
)
Parameters
- selectCommand
Type: Microsoft.AnalysisServices.AdomdClient.AdomdCommand
An AdomdCommand with which to set the SelectCommand property.