Share via


IDesignerToolWindow.SetBitmap Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets the bitmap value.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Sub SetBitmap ( _
    bitmapResource As Integer, _
    bitmapIndex As Integer _
)
'Usage
Dim instance As IDesignerToolWindow 
Dim bitmapResource As Integer 
Dim bitmapIndex As Integer

instance.SetBitmap(bitmapResource, bitmapIndex)
void SetBitmap(
    int bitmapResource,
    int bitmapIndex
)
void SetBitmap(
    int bitmapResource, 
    int bitmapIndex
)
abstract SetBitmap : 
        bitmapResource:int * 
        bitmapIndex:int -> unit
function SetBitmap(
    bitmapResource : int, 
    bitmapIndex : int
)

Parameters

  • bitmapResource
    Type: System.Int32
    The resource ID of the bitmap.

See Also

Reference

IDesignerToolWindow Interface

Microsoft.DataWarehouse.Interfaces Namespace