IMaterializationService.SitingBlocked 속성

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

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

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

구문

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

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

속성 값

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

참고 항목

참조

IMaterializationService 인터페이스

Microsoft.DataWarehouse.ComponentModel 네임스페이스