ModelComponentCollection.ChangeKey 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Changes the specified keys to the collection.

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

구문

‘선언
Protected Friend Sub ChangeKey ( _
    oldKey As String, _
    newKey As String _
)
‘사용 방법
Dim oldKey As String 
Dim newKey As String 

Me.ChangeKey(oldKey, newKey)
protected internal void ChangeKey(
    string oldKey,
    string newKey
)
protected public:
void ChangeKey(
    String^ oldKey, 
    String^ newKey
)
member ChangeKey : 
        oldKey:string * 
        newKey:string -> unit
function ChangeKey(
    oldKey : String, 
    newKey : String
)

매개 변수

참고 항목

참조

ModelComponentCollection 클래스

Microsoft.AnalysisServices 네임스페이스