Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the MdxScript, with the specified name, from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.AnalysisServices.MdxScript
The MdxScript if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).