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 命名空间