IMaterializationService.ChangeMaterializedCaption Method (IComponent, String)

 

Applies To: SQL Server 2016 Preview

Indicates whether the materialized caption has been changed.

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

Syntax

bool ChangeMaterializedCaption(
    IComponent component,
    string componentName
)
bool ChangeMaterializedCaption(
    IComponent^ component,
    String^ componentName
)
abstract ChangeMaterializedCaption : 
        component:IComponent *
        componentName:string -> bool
Function ChangeMaterializedCaption (
    component As IComponent,
    componentName As String
) As Boolean

Parameters

  • componentName
    Type: System.String

    The name of the component to change.

Return Value

Type: System.Boolean

true if the materialized caption has been changed; otherwise, false.

See Also

IMaterializationService Interface
Microsoft.DataWarehouse.ComponentModel Namespace

Return to top