共用方式為


NamedComponentCollection.GetNewID 方法 (String)

Gets the value for the new unique ID.

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

語法

'宣告
Public Function GetNewID ( _
    idPrefix As String _
) As String
'用途
Dim instance As NamedComponentCollection 
Dim idPrefix As String 
Dim returnValue As String 

returnValue = instance.GetNewID(idPrefix)
public string GetNewID(
    string idPrefix
)
public:
virtual String^ GetNewID(
    String^ idPrefix
) sealed
abstract GetNewID : 
        idPrefix:string -> string  
override GetNewID : 
        idPrefix:string -> string
public final function GetNewID(
    idPrefix : String
) : String

參數

傳回值

型別:System.String
The value for the new unique ID.

實作

INamedComponentCollection.GetNewID(String)

請參閱

參考

NamedComponentCollection 類別

GetNewID 多載

Microsoft.AnalysisServices 命名空間