ChangeMaterializedCaption 方法
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
命名空間: 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