Server.Databases 속성

Gets the collection of databases resident on a Server.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Databases As DatabaseCollection 
    Get
‘사용 방법
Dim instance As Server 
Dim value As DatabaseCollection 

value = instance.Databases
[BrowsableAttribute(false)]
public DatabaseCollection Databases { get; }
[BrowsableAttribute(false)]
public:
property DatabaseCollection^ Databases {
    DatabaseCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Databases : DatabaseCollection
function get Databases () : DatabaseCollection

속성 값

유형: Microsoft.AnalysisServices.DatabaseCollection
A collection of databases.

참고 항목

참조

Server 클래스

Microsoft.AnalysisServices 네임스페이스