This topic has not yet been rated - Rate this topic

ModelComponentCollection.ChangeKey Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Changes the specified keys to the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
protected internal void ChangeKey(
	string oldKey,
	string newKey
)

Parameters

oldKey
Type: System.String
The old key.
newKey
Type: System.String
The new key.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.