ModelComponentCollection.ChangeKey Method (String, String)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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)

Syntax

protected internal void ChangeKey(
    string oldKey,
    string newKey
)
public protected:
void ChangeKey(
    String^ oldKey,
    String^ newKey
)
member ChangeKey : 
        oldKey:string *
        newKey:string -> unit
Protected Friend Sub ChangeKey (
    oldKey As String,
    newKey As String
)

Parameters

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top