Compartilhar via


Propriedade do RDL ConnectionInfo.UseExistingFile

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property UseExistingFile As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
true if UseExistingFile; otherwise, false.

Consulte também

Referência

ConnectionInfo Classe

Namespace Microsoft.AnalysisServices