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