NamedComponentCollection.GetNewName 메서드
Gets a unique new name for the component.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function GetNewName As String
‘사용 방법
Dim instance As NamedComponentCollection
Dim returnValue As String
returnValue = instance.GetNewName()
public string GetNewName()
public:
virtual String^ GetNewName() sealed
abstract GetNewName : unit -> string
override GetNewName : unit -> string
public final function GetNewName() : String
반환 값
유형: System.String
A unique new name for the component.
구현
INamedComponentCollection.GetNewName()