Add メソッド (ModelComponent)
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Protected Friend Overridable Function Add ( _
item As ModelComponent _
) As Integer
'使用
Dim item As ModelComponent
Dim returnValue As Integer
returnValue = Me.Add(item)
protected internal virtual int Add(
ModelComponent item
)
protected public:
virtual int Add(
ModelComponent^ item
)
abstract Add :
item:ModelComponent -> int
override Add :
item:ModelComponent -> int
function Add(
item : ModelComponent
) : int