NamedComponentCollection.GetNewID 方法
Gets a new unique ID for the component.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function GetNewID As String
'用途
Dim instance As NamedComponentCollection
Dim returnValue As String
returnValue = instance.GetNewID()
public string GetNewID()
public:
virtual String^ GetNewID() sealed
abstract GetNewID : unit -> string
override GetNewID : unit -> string
public final function GetNewID() : String
傳回值
型別:System.String
The value of the new ID.
實作
INamedComponentCollection.GetNewID()