다음을 통해 공유


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.