共用方式為


AdomdRestrictionCollection.Insert 方法

Inserts a restriction into the AdomdRestrictionCollection collection at the specified index.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Sub Insert ( _
    index As Integer, _
    value As AdomdRestriction _
)
'用途
Dim instance As AdomdRestrictionCollection 
Dim index As Integer 
Dim value As AdomdRestriction

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

參數

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

請參閱

參考

AdomdRestrictionCollection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間