Método FindByName
Gets the MdxScript, with the specified name, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function FindByName ( _
name As String _
) As MdxScript
'Uso
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
Parâmetros
- name
Tipo: System. . :: . .String
The name of the MdxScript to be returned.
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .MdxScript
The MdxScript if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).