Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the MdxScript, with the specified name, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function FindByName ( _
name As String _
) As MdxScript
'Usage
Dim instance As MdxScriptCollection
Dim name As String
Dim returnValue As MdxScript
returnValue = instance.FindByName(name)
public MdxScript FindByName(
string name
)
public:
MdxScript^ FindByName(
String^ name
)
member FindByName :
name:string -> MdxScript
public function FindByName(
name : String
) : MdxScript
Parameter
- name
Typ: System.String
The name of the MdxScript to be returned.
Rückgabewert
Typ: Microsoft.AnalysisServices.MdxScript
The MdxScript if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).