IGetChildrenRequest.UseCachedResults 속성

Gets a value indicating whether the request consumer should use cached results or re-query results.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property UseCachedResults As Boolean 
    Get
‘사용 방법
Dim instance As IGetChildrenRequest 
Dim value As Boolean 

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

속성 값

유형: System.Boolean
true if the request consumer should use cached results. otherwise, false.

참고 항목

참조

IGetChildrenRequest 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스