IMaterializationService.ChangeMaterializedCaption Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Return Value
Type: System.Boolean