GetAnalysisServicesDatabasesCommand Methods
The GetAnalysisServicesDatabasesCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginProcessing | Provides a one-time, preprocessing functionality for the cmdlet. The runspace calls this method once for each instance of the cmdlet in the pipeline. (Overrides AnalyticsCommand.BeginProcessing().) |
| Dispose | Overloaded. |
| EndProcessing | Provides a one-time, post-processing functionality for the cmdlet. The runspace calls this method once for each instance of the cmdlet in the pipeline. (Overrides AnalyticsCommand.EndProcessing().) |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetResourceString | (Inherited from Cmdlet.) |
| GetType | (Inherited from Object.) |
| Invoke | (Inherited from Cmdlet.) |
| MemberwiseClone | (Inherited from Object.) |
| Process | This method is the same as ProcessRecord, but is to be called from outside PowerShell. |
| ProcessRecord | Provides a record-by-record processing functionality for the cmdlet. The Windows PowerShell runtime calls this method multiple times for each instance of the cmdlet in the pipeline. (Overrides Cmdlet.ProcessRecord().) |
| ShouldContinue | Overloaded. |
| ShouldProcess | Overloaded. |
| StopProcessing | Stops processing records when the user stops the cmdlet asynchronously. CTRL+C (Inherited from AnalyticsCommand.) |
| ThrowTerminatingError | (Inherited from Cmdlet.) |
| ToString | (Inherited from Object.) |
| TransactionAvailable | (Inherited from Cmdlet.) |
| WriteCommandDetail | (Inherited from Cmdlet.) |
| WriteDebug | (Inherited from Cmdlet.) |
| WriteError | (Inherited from Cmdlet.) |
| WriteObject | Overloaded. |
| WriteProgress | (Inherited from Cmdlet.) |
| WriteVerbose | (Inherited from Cmdlet.) |
| WriteWarning | (Inherited from Cmdlet.) |
Community Additions
ADD
Show: