IsValidName 메서드 (String, Type, String)

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

구문

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

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

매개 변수

반환 값

형식: System. . :: . .Boolean