共用方式為


GetNewID 方法 (String)

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Function GetNewID ( _
    prefix As String _
) As String
'用途
Dim instance As INamedComponentCollection
Dim prefix As String
Dim returnValue As String

returnValue = instance.GetNewID(prefix)
string GetNewID(
    string prefix
)
String^ GetNewID(
    String^ prefix
)
abstract GetNewID : 
        prefix:string -> string 
function GetNewID(
    prefix : String
) : String

參數

傳回值

型別:System. . :: . .String