次の方法で共有


NamedComponentCollection.GetNewName メソッド (String)

指定された名前プレフィックスを持つ、コンポーネントの新しい一意の名前を取得します。

名前空間:  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
    名前プレフィックスです。 

戻り値

型: System.String
指定された名前プレフィックスを持つ、コンポーネントの新しい一意の名前です。

実装

INamedComponentCollection.GetNewName(String)

関連項目

参照

NamedComponentCollection クラス

GetNewName オーバーロード

Microsoft.AnalysisServices 名前空間