GetNewName 메서드 (String)

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

구현

INamedComponentCollection. . :: . .GetNewName(String)