Partager via


IDragHandler.CanDrag(INodeInformation) Méthode

Définition

Indique si ce nœud prend en charge les opérations de glissement.

public:
 bool CanDrag(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ src);
public bool CanDrag (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation src);
abstract member CanDrag : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> bool
Public Function CanDrag (src As INodeInformation) As Boolean

Paramètres

src
INodeInformation

Représente le nœud source à vérifier.

Retours

true si le nœud source peut faire l'objet d'un glissement ; sinon, false.

S’applique à