Share via


Méthode IDesignerToolWindow.SetBitmap

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Sets the bitmap value.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Sub SetBitmap ( _
    bitmapResource As Integer, _
    bitmapIndex As Integer _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

IDesignerToolWindow Interface

Espace de noms Microsoft.DataWarehouse.Interfaces