ChangeKey 메서드

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

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

구문

‘선언
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
)

매개 변수