RelationshipEndAttributeCollection.Add 메서드

정의

오버로드

Add(RelationshipEndAttribute)

지정한 RelationshipEndAttribute를 이 컬렉션에 추가합니다.

Add(String)

새 RelationshipEndAttribute를 만들어 컬렉션에 추가하고 이를 반환합니다.

Add(RelationshipEndAttribute)

지정한 RelationshipEndAttribute를 이 컬렉션에 추가합니다.

public int Add (Microsoft.AnalysisServices.RelationshipEndAttribute item);
override this.Add : Microsoft.AnalysisServices.RelationshipEndAttribute -> int
Public Function Add (item As RelationshipEndAttribute) As Integer

매개 변수

item
RelationshipEndAttribute

이 컬렉션에 추가할 RelationshipEndAttribute입니다.

반환

컬렉션에서 항목을 추가한 인덱스(0부터 시작)입니다.

적용 대상

Add(String)

새 RelationshipEndAttribute를 만들어 컬렉션에 추가하고 이를 반환합니다.

public Microsoft.AnalysisServices.RelationshipEndAttribute Add (string attributeId);
override this.Add : string -> Microsoft.AnalysisServices.RelationshipEndAttribute
Public Function Add (attributeId As String) As RelationshipEndAttribute

매개 변수

attributeId
String

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

반환

새로 만든 RelationshipEndAttribute입니다.

적용 대상