NamedComponentCollection.GetNewID メソッド
コンポーネントの新しい一意の ID を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function GetNewID As String
'使用
Dim instance As NamedComponentCollection
Dim returnValue As String
returnValue = instance.GetNewID()
public string GetNewID()
public:
virtual String^ GetNewID() sealed
abstract GetNewID : unit -> string
override GetNewID : unit -> string
public final function GetNewID() : String
戻り値
型: System.String
新しい ID の値です。
実装
INamedComponentCollection.GetNewID()