AdomdParameterCollection.RemoveAt 方法 (String)
Removes the parameter specified by name in the AdomdParameterCollection object.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Sub RemoveAt ( _
As String _
)
用法
Dim instance As AdomdParameterCollection
DimAs String
instance.RemoveAt()
public void RemoveAt(
string
)
public:
virtual void RemoveAt(
String^
) sealed
abstract RemoveAt :
:string -> unit
override RemoveAt :
:string -> unit
public final function RemoveAt(
: String
)
参数
- __unnamed0
类型:System.String
The name of the AdomdParameter object to remove from the AdomdParameterCollection object.
实现
IDataParameterCollection.RemoveAt(String)