Partager via


ChangeMaterializedCaption méthode

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

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

Syntaxe

'Déclaration
Function ChangeMaterializedCaption ( _
    component As IComponent, _
    componentName As String _
) As Boolean
'Utilisation
Dim instance As IMaterializationService
Dim component As IComponent
Dim componentName As String
Dim returnValue As Boolean

returnValue = instance.ChangeMaterializedCaption(component, _
    componentName)
bool ChangeMaterializedCaption(
    IComponent component,
    string componentName
)
bool ChangeMaterializedCaption(
    IComponent^ component, 
    String^ componentName
)
abstract ChangeMaterializedCaption : 
        component:IComponent * 
        componentName:string -> bool 
function ChangeMaterializedCaption(
    component : IComponent, 
    componentName : String
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean