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()