다음을 통해 공유


IDbConnection.CreateCommand 메서드

Creates and returns a Command object associated with the connection.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Function CreateCommand As IDbCommand
‘사용 방법
Dim instance As IDbConnection 
Dim returnValue As IDbCommand 

returnValue = instance.CreateCommand()
IDbCommand CreateCommand()
IDbCommand^ CreateCommand()
abstract CreateCommand : unit -> IDbCommand
function CreateCommand() : IDbCommand

반환 값

유형: Microsoft.ReportingServices.DataProcessing.IDbCommand
A Command object associated with the connection.

참고 항목

참조

IDbConnection 인터페이스

Microsoft.ReportingServices.DataProcessing 네임스페이스