Utils.IsSyntacticallyValidID Method (String, Type, String)

 

Applies To: SQL Server 2016 Preview

Indicates whether the valid ID is syntactically processed.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

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 Shared Function IsSyntacticallyValidID (
    id As String,
    type As Type,
    <OutAttribute> ByRef error As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the valid ID is syntactically processed; otherwise, false.

See Also

Utils Class
Microsoft.AnalysisServices Namespace

Return to top