Inserts a specified instance of String at a specified index position in this instance with the specified index and item value.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub Insert ( _
index As Integer, _
item As RelationshipEndAttribute _
)
‘사용 방법
Dim instance As RelationshipEndAttributeCollection
Dim index As Integer
Dim item As RelationshipEndAttribute
instance.Insert(index, item)
public void Insert(
int index,
RelationshipEndAttribute item
)
public:
void Insert(
int index,
RelationshipEndAttribute^ item
)
member Insert :
index:int *
item:RelationshipEndAttribute -> unit
public function Insert(
index : int,
item : RelationshipEndAttribute
)
매개 변수
- index
유형: System.Int32
The index position of the insertion.
- item
유형: Microsoft.AnalysisServices.RelationshipEndAttribute
An object from a collection.