MdxScriptCollection.GetByName(String) 메서드

정의

컬렉션에서 지정된 이름을 가진 MdxScript를 가져옵니다.

public Microsoft.AnalysisServices.MdxScript GetByName (string name);
member this.GetByName : string -> Microsoft.AnalysisServices.MdxScript
Public Function GetByName (name As String) As MdxScript

매개 변수

name
String

찾을 MdxScript의 이름입니다.

반환

지정된 이름을 가진 MdxScript입니다.

예외

컬렉션은 지정된 이름을 가진 MdxScript을 포함하지 않습니다.

적용 대상