ChangeMaterializedCaption 方法

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.DataWarehouse.ComponentModel
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Function ChangeMaterializedCaption ( _
    component As IComponent, _
    componentName As String _
) As Boolean
用法
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

参数

返回值

类型:System. . :: . .Boolean