CreateCommand 메서드
Creates and returns a Command object associated with the connection.
네임스페이스: Microsoft.ReportingServices.DataProcessing
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
구문
‘선언
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.