NamedComponentCollection.GetNewName 方法

Gets a unique new name for the component.

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

语法

声明
Public Function GetNewName As String
用法
Dim instance As NamedComponentCollection 
Dim returnValue As String 

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

返回值

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

实现

INamedComponentCollection.GetNewName()

请参阅

参考

NamedComponentCollection 类

GetNewName 重载

Microsoft.AnalysisServices 命名空间