ChangeKey 方法
此 API 支持 基础结构,但不能通过代码直接使用。
命名空间: 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
)