ConnectionInfo.UseExistingFile 속성

Gets the Boolean status of use existing file property of the ConnectionInfo object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public ReadOnly Property UseExistingFile As Boolean 
    Get
‘사용 방법
Dim instance As ConnectionInfo 
Dim value As Boolean 

value = instance.UseExistingFile
public bool UseExistingFile { get; }
public:
property bool UseExistingFile {
    bool get ();
}
member UseExistingFile : bool
function get UseExistingFile () : boolean

속성 값

유형: System.Boolean
true if UseExistingFile; otherwise, false.

참고 항목

참조

ConnectionInfo 클래스

Microsoft.AnalysisServices 네임스페이스