AnalysisServicesComponent.AnalysisServicesServer Property
Analysis Services server.
This object is returned connected to the server.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public ReadOnly Property AnalysisServicesServer As Server
public Server AnalysisServicesServer { get; }
public:
property Server^ AnalysisServicesServer {
Server^ get ();
}
member AnalysisServicesServer : Server with get
function get AnalysisServicesServer () : Server
Property Value
Type: Server
Returns Server.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.