NamedComponentCollection.IsValidName 메서드 (String)

Determines whether the named component collection name is valid.

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

구문

‘선언
Public Function IsValidName ( _
    name As String _
) As Boolean
‘사용 방법
Dim instance As NamedComponentCollection 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.IsValidName(name)
public bool IsValidName(
    string name
)
public:
bool IsValidName(
    String^ name
)
member IsValidName : 
        name:string -> bool
public function IsValidName(
    name : String
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the named component collection name is valid; otherwise, false.

참고 항목

참조

NamedComponentCollection 클래스

IsValidName 오버로드

Microsoft.AnalysisServices 네임스페이스