MdxScriptCollection.Add 方法
Creates and adds an MdxScript to the end of the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Add As MdxScript
用法
Dim instance As MdxScriptCollection
Dim returnValue As MdxScript
returnValue = instance.Add()
public MdxScript Add()
public:
MdxScript^ Add()
member Add : unit -> MdxScript
public function Add() : MdxScript
返回值
类型:Microsoft.AnalysisServices.MdxScript
A new, empty MdxScript.