ScriptInfo Class
Updated: May 24, 2016
Provides detailed information of the script.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | ScriptInfo(MajorObject^, ScriptAction, ScriptOptions, Boolean) | Initializes a new instance of the ScriptInfo class. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the custom action for the script. |
![]() | Object | Gets the specified object as the major object. |
![]() | Options | Gets the possible options for the script. |
![]() | ScriptDependents | Gets whether the script is a dependent script. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

