IMaterializationService.MaterizalizationBlocked 속성

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

Gets a value that indicates whether the materialization service has been blocked.

네임스페이스:  Microsoft.DataWarehouse.ComponentModel
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
ReadOnly Property MaterizalizationBlocked As Boolean 
    Get
‘사용 방법
Dim instance As IMaterializationService 
Dim value As Boolean 

value = instance.MaterizalizationBlocked
bool MaterizalizationBlocked { get; }
property bool MaterizalizationBlocked {
    bool get ();
}
abstract MaterizalizationBlocked : bool
function get MaterizalizationBlocked () : boolean

속성 값

유형: System.Boolean
true if the materialization service has been blocked; otherwise, false.

참고 항목

참조

IMaterializationService 인터페이스

Microsoft.DataWarehouse.ComponentModel 네임스페이스