IMaterializationService.ChangeMaterializedCaption 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Indicates whether the materialized caption has been changed.

네임스페이스:  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

매개 변수

  • componentName
    유형: System.String
    The name of the component to change.

반환 값

유형: System.Boolean
true if the materialized caption has been changed; otherwise, false.

참고 항목

참조

IMaterializationService 인터페이스

Microsoft.DataWarehouse.ComponentModel 네임스페이스