名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Common.UI
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Private Function Exec ( _
ByRef pguidCmdGroup As Guid, _
cmdId As UInteger, _
nCmdexecopt As UInteger, _
pvaIn As IntPtr, _
pvaOut As IntPtr _
) As Integer Implements IOleCommandTarget.Exec
'使用
Dim instance As SqlPackage
Dim pguidCmdGroup As Guid
Dim cmdId As UInteger
Dim nCmdexecopt As UInteger
Dim pvaIn As IntPtr
Dim pvaOut As IntPtr
Dim returnValue As Integer
returnValue = CType(instance, IOleCommandTarget).Exec(pguidCmdGroup, _
cmdId, nCmdexecopt, pvaIn, pvaOut)
int IOleCommandTarget.Exec(
ref Guid pguidCmdGroup,
uint cmdId,
uint nCmdexecopt,
IntPtr pvaIn,
IntPtr pvaOut
)
private:
virtual int Exec(
Guid% pguidCmdGroup,
unsigned int cmdId,
unsigned int nCmdexecopt,
IntPtr pvaIn,
IntPtr pvaOut
) sealed = IOleCommandTarget::Exec
JScript では、明示的なインターフェイスの実装はサポートされません。
パラメータ
- pguidCmdGroup
型 : System.Guid%
- cmdId
型 : System.UInt32
- nCmdexecopt
型 : System.UInt32
- pvaIn
型 : System.IntPtr
- pvaOut
型 : System.IntPtr
戻り値
型 : System.Int32
実装
IOleCommandTarget.Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr)
参照
参照
Microsoft.VisualStudio.Data.Schema.Project.Sql.Common.UI 名前空間