RelationshipCollection.Add 메서드 (String)

Adds a Relationship with the specified identifier to the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function Add ( _
    id As String _
) As Relationship
‘사용 방법
Dim instance As RelationshipCollection 
Dim id As String 
Dim returnValue As Relationship 

returnValue = instance.Add(id)
public Relationship Add(
    string id
)
public:
Relationship^ Add(
    String^ id
)
member Add : 
        id:string -> Relationship
public function Add(
    id : String
) : Relationship

매개 변수

  • id
    유형: System.String
    The identifier of the relationship to be added.

반환 값

유형: Microsoft.AnalysisServices.Relationship
The relationship that was added to the collection.

참고 항목

참조

RelationshipCollection 클래스

Add 오버로드

Microsoft.AnalysisServices 네임스페이스