ScriptInfo.Action Property

 

Applies To: SQL Server 2016 Preview

Gets the custom action for the script.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public ScriptAction Action { get; }
public:
property ScriptAction Action {
    ScriptAction get();
}
member Action : ScriptAction with get
Public ReadOnly Property Action As ScriptAction

Property Value

Type: Microsoft.AnalysisServices.ScriptAction

The custom action.

See Also

ScriptInfo Class
Microsoft.AnalysisServices Namespace

Return to top