NamedComponentCollection.GetNewName メソッド
コンポーネントの新しい一意の名前を取得します。
名前空間: 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
コンポーネントの新しい一意の名前です。
実装
INamedComponentCollection.GetNewName()