Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Inserts a restriction into the AdomdRestrictionCollection collection at the specified index.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
value As AdomdRestriction _
)
'Usage
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
)
Parameters
- index
Type: System.Int32
The zero-based index at which value should be inserted.
- value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
The AdomdRestriction to insert into the AdomdRestrictionCollection.