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
參數
- namePrefix
型別:System.String
The name prefix.
傳回值
型別:System.String
A unique new name for the component with the specified name prefix.
實作
INamedComponentCollection.GetNewName(String)