NamedComponentCollection.GetNewName 方法 (String)

Gets a unique new name for the component with the specified name prefix.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function GetNewName ( _
    namePrefix As String _
) As String
用法
Dim instance As NamedComponentCollection 
Dim namePrefix As String 
Dim returnValue As String 

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

参数

返回值

类型:System.String
A unique new name for the component with the specified name prefix.

实现

INamedComponentCollection.GetNewName(String)

请参阅

参考

NamedComponentCollection 类

GetNewName 重载

Microsoft.AnalysisServices 命名空间