IDesignerToolWindow.SetBitmap Method (Int32, Int32)

 

Applies To: SQL Server 2016 Preview

Sets the bitmap value.

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

Syntax

void SetBitmap(
    int bitmapResource,
    int bitmapIndex
)
void SetBitmap(
    int bitmapResource,
    int bitmapIndex
)
abstract SetBitmap : 
        bitmapResource:int *
        bitmapIndex:int -> unit
Sub SetBitmap (
    bitmapResource As Integer,
    bitmapIndex As Integer
)

Parameters

  • bitmapResource
    Type: System.Int32

    The resource ID of the bitmap.

See Also

IDesignerToolWindow Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top