Método SqlPackage.IOleCommandTarget.Exec
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (em Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Sintaxe
'Declaração
Private Function Exec ( _
ByRef pguidCmdGroup As Guid, _
cmdId As UInteger, _
nCmdexecopt As UInteger, _
pvaIn As IntPtr, _
pvaOut As IntPtr _
) As Integer Implements IOleCommandTarget.Exec
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
private abstract Exec :
pguidCmdGroup:Guid byref *
cmdId:uint32 *
nCmdexecopt:uint32 *
pvaIn:IntPtr *
pvaOut:IntPtr -> int
private override Exec :
pguidCmdGroup:Guid byref *
cmdId:uint32 *
nCmdexecopt:uint32 *
pvaIn:IntPtr *
pvaOut:IntPtr -> int
JScript não oferece suporte para implementações de interfaces explícitas.
Parâmetros
- pguidCmdGroup
Tipo: System.Guid%
- cmdId
Tipo: System.UInt32
- nCmdexecopt
Tipo: System.UInt32
- pvaIn
Tipo: System.IntPtr
- pvaOut
Tipo: System.IntPtr
Valor de retorno
Tipo: System.Int32
Implementações
IOleCommandTarget.Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.