다음을 통해 공유


IsSyntacticallyValidName 메서드

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

구문

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

매개 변수

반환 값

형식: System. . :: . .Boolean