次の方法で共有


Server.Databases プロパティ

定義

サーバに存在するデータベースのコレクションを取得します。

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DatabaseCollection Databases { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Databases : Microsoft.AnalysisServices.DatabaseCollection
Public ReadOnly Property Databases As DatabaseCollection

プロパティ値

データベースのコレクションです。

属性

適用対象