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
)
參數
- oldKey
型別:System.String
The old key.
- newKey
型別:System.String
The new key.