Partilhar via


Método IDSRefProvider.SetType

Define o tipo de um nó para especificar o tipo de objeto de banco de dados que o nó referência.

Namespace:  Microsoft.VisualStudio.Data.Interop
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.dll)

Sintaxe

'Declaração
Sub SetType ( _
    drnidCurr As IntPtr, _
    grfType As __DSREFTYPE _
)
void SetType(
    IntPtr drnidCurr,
    __DSREFTYPE grfType
)
void SetType(
    [InAttribute] IntPtr drnidCurr, 
    [InAttribute] __DSREFTYPE grfType
)
abstract SetType : 
        drnidCurr:IntPtr * 
        grfType:__DSREFTYPE -> unit 
function SetType(
    drnidCurr : IntPtr, 
    grfType : __DSREFTYPE
)

Parâmetros

  • drnidCurr
    Tipo: System.IntPtr
    [in] DSREFNODEID do nó cujo tipo deve ser definido.

Exemplos

IDSRefProvider *pIDSRefProvider;
DSREFNODEID drnid;
DSREFTYPE grfDSRefType;
pIDSRefProvider->SetType(drnid, grfDSRefType);

Segurança do .NET Framework

Consulte também

Referência

IDSRefProvider Interface

Namespace Microsoft.VisualStudio.Data.Interop

Outros recursos

Extensibilidade do Designer de dados (DDEX) SDK