RelationshipCollection.Insert 메서드 (Int32, String)

Inserts a relationship with the specified identifier, into the collection at the specified index.

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

구문

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

returnValue = instance.Insert(index, id)
public Relationship Insert(
    int index,
    string id
)
public:
Relationship^ Insert(
    int index, 
    String^ id
)
member Insert : 
        index:int * 
        id:string -> Relationship
public function Insert(
    index : int, 
    id : String
) : Relationship

매개 변수

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

반환 값

유형: Microsoft.AnalysisServices.Relationship
The inserted relationship.

참고 항목

참조

RelationshipCollection 클래스

Insert 오버로드

Microsoft.AnalysisServices 네임스페이스