AdomdDataAdapter 생성자 (String, AdomdConnection)

Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public Sub New ( _
    selectCommandText As String, _
    selectConnection As AdomdConnection _
)
‘사용 방법
Dim selectCommandText As String 
Dim selectConnection As AdomdConnection 

Dim instance As New AdomdDataAdapter(selectCommandText, _
    selectConnection)
public AdomdDataAdapter(
    string selectCommandText,
    AdomdConnection selectConnection
)
public:
AdomdDataAdapter(
    String^ selectCommandText, 
    AdomdConnection^ selectConnection
)
new : 
        selectCommandText:string * 
        selectConnection:AdomdConnection -> AdomdDataAdapter
public function AdomdDataAdapter(
    selectCommandText : String, 
    selectConnection : AdomdConnection
)

매개 변수

참고 항목

참조

AdomdDataAdapter 클래스

AdomdDataAdapter 오버로드

Microsoft.AnalysisServices.AdomdClient 네임스페이스