NamedComponentCollection.IsValidID 메서드 (String, Type, String%)

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Determines whether the named component collection identifier is valid.

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

구문

‘선언
Protected Function IsValidID ( _
    id As String, _
    type As Type, _
    <OutAttribute> ByRef error As String _
) As Boolean
‘사용 방법
Dim id As String 
Dim type As Type 
Dim error As String 
Dim returnValue As Boolean 

returnValue = Me.IsValidID(id, type, _
    error)
protected bool IsValidID(
    string id,
    Type type,
    out string error
)
protected:
bool IsValidID(
    String^ id, 
    Type^ type, 
    [OutAttribute] String^% error
)
member IsValidID : 
        id:string * 
        type:Type * 
        error:string byref -> bool
protected function IsValidID(
    id : String, 
    type : Type, 
    error : String
) : boolean

매개 변수

반환 값

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

참고 항목

참조

NamedComponentCollection 클래스

IsValidID 오버로드

Microsoft.AnalysisServices 네임스페이스