Utils.IsSyntacticallyValidID 메서드

Indicates whether the valid ID is syntactically processed.

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

구문

‘선언
Public Shared Function IsSyntacticallyValidID ( _
    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 = Utils.IsSyntacticallyValidID(id, _
    type, error)
public static bool IsSyntacticallyValidID(
    string id,
    Type type,
    out string error
)
public:
static bool IsSyntacticallyValidID(
    String^ id, 
    Type^ type, 
    [OutAttribute] String^% error
)
static member IsSyntacticallyValidID : 
        id:string * 
        type:Type * 
        error:string byref -> bool
public static function IsSyntacticallyValidID(
    id : String, 
    type : Type, 
    error : String
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the valid ID is syntactically processed; otherwise, false.

참고 항목

참조

Utils 클래스

Microsoft.AnalysisServices 네임스페이스