RelationshipEndAttributeCollection.Insert 메서드

정의

오버로드

Insert(Int32, RelationshipEndAttribute)

RelationshipEndAttribute를 이 컬렉션의 지정한 인덱스에 삽입합니다.

Insert(Int32, String)

새 RelationshipEndAttribute를 만들어 지정한 인덱스에 삽입하고 이를 반환합니다.

Insert(Int32, RelationshipEndAttribute)

RelationshipEndAttribute를 이 컬렉션의 지정한 인덱스에 삽입합니다.

public void Insert (int index, Microsoft.AnalysisServices.RelationshipEndAttribute item);
override this.Insert : int * Microsoft.AnalysisServices.RelationshipEndAttribute -> unit
Public Sub Insert (index As Integer, item As RelationshipEndAttribute)

매개 변수

index
Int32

RelationshipEndAttribute를 삽입할 인덱스(0부터 시작)입니다.

item
RelationshipEndAttribute

이 컬렉션에 삽입할 RelationshipEndAttribute입니다.

적용 대상

Insert(Int32, String)

새 RelationshipEndAttribute를 만들어 지정한 인덱스에 삽입하고 이를 반환합니다.

public Microsoft.AnalysisServices.RelationshipEndAttribute Insert (int index, string attributeId);
override this.Insert : int * string -> Microsoft.AnalysisServices.RelationshipEndAttribute
Public Function Insert (index As Integer, attributeId As String) As RelationshipEndAttribute

매개 변수

index
Int32

새 RelationshipEndAttribute를 삽입할 인덱스(0부터 시작)입니다.

attributeId
String

새 RelationshipEndAttribute의 AttributeID(컬렉션에서 고유해야 함)입니다.

반환

새로 만든 RelationshipEndAttribute입니다.

적용 대상