Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Indicates whether the valid ID is syntactically processed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function IsSyntacticallyValidID ( _
id As String, _
type As Type, _
<OutAttribute> ByRef error As String _
) As Boolean
'Usage
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
Parameters
- id
Type: System.String
The identifier.
- type
Type: System.Type
The type of ID.
- error
Type: System.String%
The excemption.
Return Value
Type: System.Boolean
true if the valid ID is syntactically processed; otherwise, false.