IDragHandler.CanDrag(INodeInformation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示此節點是否支援拖曳。
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
參數
- src
- INodeInformation
代表要檢查的來源節點。
傳回
true如果來源節點可以被拖曳;否則,。 false