バージョン

Add メソッド (XmlaPropertiesCollection)

System.Collections.Generic.ICollection`1 に項目を追加します。
シンタックス
'宣言
 
Public Sub Add( _
   ByVal item As XmlaQueryProperty _
) 
public void Add( 
   XmlaQueryProperty item
)

パラメータ

item
System.Collections.Generic.ICollection`1 に追加するオブジェクト。
例外
例外解説
System.NotSupportedExceptionSystem.Collections.Generic.ICollection`1 は読み取り専用です。
参照

オンラインで表示: GitHub