ConnectionInfo.UseExistingFile Propiedad
Gets the Boolean status of use existing file property of the ConnectionInfo object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Boolean
true if UseExistingFile; otherwise, false.