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.