다음을 통해 공유


Insert 메서드

Inserts a property into the AdomdPropertyCollection at the specified index.

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

구문

‘선언
Public Sub Insert ( _
    index As Integer, _
    value As AdomdProperty _
)
‘사용 방법
Dim instance As AdomdPropertyCollection
Dim index As Integer
Dim value As AdomdProperty

instance.Insert(index, value)
public void Insert(
    int index,
    AdomdProperty value
)
public:
void Insert(
    int index, 
    AdomdProperty^ value
)
member Insert : 
        index:int * 
        value:AdomdProperty -> unit 
public function Insert(
    index : int, 
    value : AdomdProperty
)

매개 변수