GetNewID メソッド (String)
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function GetNewID ( _
idPrefix As String _
) As String
'使用
Dim instance As NamedComponentCollection
Dim idPrefix As String
Dim returnValue As String
returnValue = instance.GetNewID(idPrefix)
public string GetNewID(
string idPrefix
)
public:
virtual String^ GetNewID(
String^ idPrefix
) sealed
abstract GetNewID :
idPrefix:string -> string
override GetNewID :
idPrefix:string -> string
public final function GetNewID(
idPrefix : String
) : String
パラメーター
- idPrefix
型: System. . :: . .String