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 命名空间