IDSRefProvider.SetType(IntPtr, __DSREFTYPE) Método

Definição

Define o tipo de um nó para especificar o tipo de objeto de banco de dados que o nó referencia.

public:
 void SetType(IntPtr drnidCurr, Microsoft::VisualStudio::Data::Services::SupportEntities::Interop::__DSREFTYPE grfType);
public void SetType (IntPtr drnidCurr, Microsoft.VisualStudio.Data.Services.SupportEntities.Interop.__DSREFTYPE grfType);
abstract member SetType : nativeint * Microsoft.VisualStudio.Data.Services.SupportEntities.Interop.__DSREFTYPE -> unit
Public Sub SetType (drnidCurr As IntPtr, grfType As __DSREFTYPE)

Parâmetros

drnidCurr
IntPtr

O DSREFNODEID do nó cujo tipo deve ser definido.

grfType
__DSREFTYPE

Uma enumeração DSREFTYPE que contém o valor do tipo a ser definido para o nó especificado.

Aplica-se a