ConnectionInfo.UseExistingFile Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public bool UseExistingFile { get; }
public:
property bool UseExistingFile {
    bool get();
}
member UseExistingFile : bool with get
Public ReadOnly Property UseExistingFile As Boolean

Property Value

Type: System.Boolean

true if UseExistingFile; otherwise, false.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top