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.