Свойство 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.