AdomdPropertyCollection.Insert 方法

Inserts a property into the AdomdPropertyCollection at the specified index.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Sub Insert ( _
    index As Integer, _
    value As AdomdProperty _
)
用法
Dim instance As AdomdPropertyCollection 
Dim index As Integer 
Dim value As AdomdProperty

instance.Insert(index, value)
public void Insert(
    int index,
    AdomdProperty value
)
public:
void Insert(
    int index, 
    AdomdProperty^ value
)
member Insert : 
        index:int * 
        value:AdomdProperty -> unit
public function Insert(
    index : int, 
    value : AdomdProperty
)

参数

  • index
    类型:System.Int32
    The zero-based index at which value should be inserted.

请参阅

参考

AdomdPropertyCollection 类

Microsoft.AnalysisServices.AdomdClient 命名空间