RelationshipEndAttributeCollection.Insert 메서드 (Int32, String)

Inserts a specified string at the specified index position in the attribute collection with the specified index and attribute id.

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

구문

‘선언
Public Function Insert ( _
    index As Integer, _
    attributeId As String _
) As RelationshipEndAttribute
‘사용 방법
Dim instance As RelationshipEndAttributeCollection 
Dim index As Integer 
Dim attributeId As String 
Dim returnValue As RelationshipEndAttribute 

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

매개 변수

  • index
    유형: System.Int32
    The index position of the insertion.

반환 값

유형: Microsoft.AnalysisServices.RelationshipEndAttribute
The specified string inserted at the specified index position in the collection, with the specified index and attribute id.

참고 항목

참조

RelationshipEndAttributeCollection 클래스

Insert 오버로드

Microsoft.AnalysisServices 네임스페이스