AdomdDataAdapter 建構函式 (AdomdCommand)
Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public Sub New ( _
selectCommand As AdomdCommand _
)
'用途
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
)
參數
- selectCommand
型別:Microsoft.AnalysisServices.AdomdClient.AdomdCommand
An AdomdCommand with which to set the SelectCommand property.