MdxScriptCollection.GetByName Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the MdxScript, with the specified name, from the collection.

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

Syntax

public MdxScript GetByName(
    string name
)
public:
MdxScript^ GetByName(
    String^ name
)
member GetByName : 
        name:string -> MdxScript
Public Function GetByName (
    name As String
) As MdxScript

Parameters

Return Value

Type: Microsoft.AnalysisServices.MdxScript

The MdxScript if contained in the collection.

Exceptions

Exception Condition
ItemNotFoundException

name is not contained by the collection.

See Also

MdxScriptCollection Class
Microsoft.AnalysisServices Namespace

Return to top