NamedComponentCollection.GetNewID 메서드 (String)

Gets the value for the new unique ID.

네임스페이스:  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

매개 변수

반환 값

유형: System.String
The value for the new unique ID.

구현

INamedComponentCollection.GetNewID(String)

참고 항목

참조

NamedComponentCollection 클래스

GetNewID 오버로드

Microsoft.AnalysisServices 네임스페이스