NamedComponentCollection.GetNewID 메서드
Gets a new unique ID for the component.
네임스페이스: 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
The value of the new ID.
구현
INamedComponentCollection.GetNewID()