バージョン

Remove メソッド (XmlaPropertiesCollection)

System.Collections.Generic.ICollection`1 リストで最初に見つかった指定オブジェクトを削除します。
シンタックス
'宣言
 
Public Function Remove( _
   ByVal item As XmlaQueryProperty _
) As System.Boolean
public System.bool Remove( 
   XmlaQueryProperty item
)

パラメータ

item
System.Collections.Generic.ICollection`1 から削除するオブジェクト。

戻り値の型

System.Collections.Generic.ICollection`1 から item を削除できれば true。削除できなければ false。item が元の System.Collections.Generic.ICollection`1 に見つからない場合も、このメソッドは false を返します。
例外
例外解説
System.NotSupportedExceptionSystem.Collections.Generic.ICollection`1 は読み取り専用です。
参照

オンラインで表示: GitHub