IDragHandler.CanDrag(INodeInformation) Méthode

Définition

Indique si ce nœud supporte le traînement.

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 être traîné ; sinon, false.

S’applique à