Insert 메서드 (Int32, AggregationInstanceAttribute)
Inserts a specified AggregationInstanceAttribute into the collection at the location specified by index.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Sub Insert ( _
index As Integer, _
item As AggregationInstanceAttribute _
)
‘사용 방법
Dim instance As AggregationInstanceAttributeCollection
Dim index As Integer
Dim item As AggregationInstanceAttribute
instance.Insert(index, item)
public void Insert(
int index,
AggregationInstanceAttribute item
)
public:
void Insert(
int index,
AggregationInstanceAttribute^ item
)
member Insert :
index:int *
item:AggregationInstanceAttribute -> unit
public function Insert(
index : int,
item : AggregationInstanceAttribute
)
매개 변수
- index
형식: System. . :: . .Int32
An int value with the location where AggregationInstanceAttribute is to be inserted.
- item
형식: Microsoft.AnalysisServices. . :: . .AggregationInstanceAttribute
Specifies the AggregationInstanceAttribute to be inserted.