次の方法で共有


UseExistingFile プロパティ

ConnectionInfo オブジェクトの既存ファイルの使用プロパティの Boolean 状態を取得します。

名前空間:  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
UseExistingFile の場合は true、それ以外の場合は false です。