Freigeben über


ChangeMaterializedCaption-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Syntax

'Declaration
Function ChangeMaterializedCaption ( _
    component As IComponent, _
    componentName As String _
) As Boolean
'Usage
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

Parameter

Rückgabewert

Typ: System. . :: . .Boolean