SqlWorkbenchHierarchy.QueryDeleteItem(UInt32, UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int QueryDeleteItem(System::UInt32 deleteOperationUInt, System::UInt32 itemid, [Runtime::InteropServices::Out] int % bCanDelete);
public virtual int QueryDeleteItem(uint deleteOperationUInt, uint itemid, out int bCanDelete);
abstract member QueryDeleteItem : uint32 * uint32 * int -> int
override this.QueryDeleteItem : uint32 * uint32 * int -> int
Public Overridable Function QueryDeleteItem (deleteOperationUInt As UInteger, itemid As UInteger, ByRef bCanDelete As Integer) As Integer
Parameters
- deleteOperationUInt
- UInt32
- itemid
- UInt32
- bCanDelete
- Int32