Partager via


Propriété IDesignerToolWindow.Caption

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

Gets the description for the window.

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

Syntaxe

'Déclaration
Property Caption As String 
    Get 
    Set
'Utilisation
Dim instance As IDesignerToolWindow 
Dim value As String 

value = instance.Caption

instance.Caption = value
string Caption { get; set; }
property String^ Caption {
    String^ get ();
    void set (String^ value);
}
abstract Caption : string with get, set
function get Caption () : String 
function set Caption (value : String)

Valeur de propriété

Type : System.String
The description for the window.

Voir aussi

Référence

IDesignerToolWindow Interface

Espace de noms Microsoft.DataWarehouse.Interfaces