Server Members
Represents an instance of Microsoft SQL Server 2005 Analysis Services (SSAS) and provides methods and members that enable to you to control that instance. This class cannot be inherited.
The following tables list the members exposed by the Server type.
Public Constructors
Name | Description | |
---|---|---|
Server | Initializes a new instance of Server using the default values. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Annotations | Gets the collection object of all annotations to current object. (inherited from MajorObject) | |
Assemblies | Gets a collection of assemblies from the Server object. | |
CaptureLog | Gets a collection containing XML/A commands generated if CaptureXml property was set to true. | |
CaptureXml | Gets or sets the CaptureLog property of the Server object, which indicates whether XML messages sent to an instance of Analysis Services should be logged. | |
Connected | Gets a value indicating whether there is a connection to an instance of Analysis Services. | |
ConnectionInfo | Gets the ConnectionInfo object from the Server object. This field is read-only. | |
ConnectionString | Gets the string of characters used to connect to an instance Analysis Services. This field is read-only. | |
Container | (inherited from Component ) | |
CreatedTimestamp | Gets or sets the date and time of the creation of the object. (inherited from MajorObject) | |
Databases | The collection of databases resident on a Server. | |
Description | Gets or sets a description string of current object. (inherited from MajorObject) | |
Edition | Gets the currently installed version of Analysis Services. This is read-only. | |
EditionID | Gets the EditionID for the currently installed version of Analysis Services. This is read-only. | |
ID | (inherited from NamedComponent ) | |
IsLoaded | (inherited from MajorObject ) | |
LastSchemaUpdate | Gets or sets the date and time when current object schema was last updated. (inherited from MajorObject) | |
Name | (inherited from NamedComponent ) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (inherited from ModelComponent) | |
Parent | (inherited from ModelComponent ) | |
ProductLevel | Gets or sets read-only access to the product level element. The product level itself is obtained from the stored install-specific string. | |
ProductName | Gets or sets read-only access to the name of the product from which an instance of Analysis Services was installed. | |
Roles | Represents the collection of Roles for a database, cube, or mining model. | |
ServerProperties | Gets a collection of server properties associated with a specific Server object. | |
SessionID | Gets the session ID for the server. | |
SessionTrace | Gets the SessionTrace object that is used to start and stop traces on the server. | |
Site | (inherited from NamedComponent ) | |
SiteID | (inherited from NamedComponent ) | |
Traces | Gets the traces available on the server. | |
Version | Gets or sets the server version. |
Top
Protected Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (inherited from Component ) | |
DesignMode | (inherited from Component ) | |
Events | (inherited from Component ) | |
FriendlyName | (inherited from NamedComponent ) | |
KeyForCollection | (inherited from NamedComponent ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginTransaction | Starts a transaction on the server. | |
CancelCommand | Overloaded. Cancels the last command sent to the server. | |
CancelConnection | Overloaded. Cancels the server connection. | |
CancelSession | Overloaded. Cancels the session on the server. | |
Clone | Overloaded. | |
CommitTransaction | Commits the changes made in the current transaction. | |
ConcatenateCaptureLog | Overloaded. Gets the capture log in a concatenated XML format, wrapped in a Batch Element (XMLA). | |
Connect | Overloaded. Connects the current instance of Server to the Analysis Services server. | |
CopyTo | Overloaded. | |
CreateObjRef | (inherited from MarshalByRefObject ) | |
Disconnect | Overloaded. Disconnects the Server object from the Analysis Services server. | |
Dispose | Overloaded. (inherited from Component ) | |
Drop | Overloaded. Removes current object and updates server. (inherited from MajorObject) | |
EndXmlaRequest | Ends the last XML for Analysis (XMLA) request. | |
Equals | Overloaded. (inherited from Object ) | |
Execute | Overloaded. Executes the specified command on the Analysis Services server. | |
ExecuteCaptureLog | Overloaded. Executes the context of the capture log on the server. | |
GetConnectionState | Gets the current state of the connection to the Analysis Services server. | |
GetDependents | (inherited from MajorObject ) | |
GetHashCode | (inherited from Object ) | |
GetLastSchemaUpdate | ||
GetLifetimeService | (inherited from MarshalByRefObject ) | |
GetReferences | (inherited from MajorObject ) | |
GetType | (inherited from Object ) | |
GetUpdateOverwrites | (inherited from MajorObject ) | |
InitializeLifetimeService | (inherited from MarshalByRefObject ) | |
NotifyTableChange | Notifies an instance of Analysis Services that a change has occurred to tables in a specified data source. | |
Reconnect | Re-establishes the connection to the Analysis Services database. | |
ReferenceEquals | (inherited from Object ) | |
Refresh | Overloaded. Updates current object from server definitions. (inherited from MajorObject) | |
Restore | Overloaded. Restores an Analysis Services database from a backup file. | |
RollbackTransaction | Rolls back the current transaction on the connection to the server. | |
SendXmlaRequest | Overloaded. Sends an XML for Analysis (XMLA) request. | |
StartXmlaRequest | Starts an XML for Analysis (XMLA) request to the server. | |
Submit | Overloaded. (inherited from ModelComponent ) | |
ToString | (inherited from NamedComponent ) | |
Update | Overloaded. Updates server definition of current object to the actual values using default values for update. (inherited from MajorObject) | |
UpdateObjects | Overloaded. Sends the updates made on the Server object to the Analysis Services server. | |
Validate | Overloaded. |
Top
Protected Methods
Name | Description | |
---|---|---|
AddToContainer | (inherited from ModelComponent ) | |
AfterInsert | (inherited from ModelComponent ) | |
AfterMove | (inherited from ModelComponent ) | |
AfterRemove | (inherited from ModelComponent ) | |
BeforeRemove | (inherited from ModelComponent ) | |
Clone | Overloaded. (inherited from MajorObject ) | |
CopyTo | Overloaded. | |
Dispose | Overloaded. (inherited from Component ) | |
Finalize | (inherited from Component ) | |
GetCreateReferences | (inherited from MajorObject ) | |
GetDropDependents | (inherited from MajorObject ) | |
GetService | (inherited from Component ) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) | |
RemoveFromContainer | (inherited from ModelComponent ) | |
Reset | (inherited from NamedComponent ) |
Top
Public Events
Name | Description | |
---|---|---|
Disposed | (inherited from Component ) |
Top
Explicit Interface Implementations
Top