NamedComponentCollection.GetNewName 메서드 (String)

Gets a unique new name for the component with the specified name prefix.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function GetNewName ( _
    namePrefix As String _
) As String
‘사용 방법
Dim instance As NamedComponentCollection 
Dim namePrefix As String 
Dim returnValue As String 

returnValue = instance.GetNewName(namePrefix)
public string GetNewName(
    string namePrefix
)
public:
virtual String^ GetNewName(
    String^ namePrefix
) sealed
abstract GetNewName : 
        namePrefix:string -> string  
override GetNewName : 
        namePrefix:string -> string
public final function GetNewName(
    namePrefix : String
) : String

매개 변수

반환 값

유형: System.String
A unique new name for the component with the specified name prefix.

구현

INamedComponentCollection.GetNewName(String)

참고 항목

참조

NamedComponentCollection 클래스

GetNewName 오버로드

Microsoft.AnalysisServices 네임스페이스