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.

请参阅

参考

ConnectionInfo 类

Microsoft.AnalysisServices 命名空间