Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets the Boolean status of use existing file property of the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property UseExistingFile As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if UseExistingFile; otherwise, false.