Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the valid name is syntactically processed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function IsSyntacticallyValidName ( _
name As String, _
type As Type, _
<OutAttribute> ByRef error As String _
) As Boolean
'Usage
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
Parameter
- name
Typ: System.String
The valid name.
- type
Typ: System.Type
The type of name.
- error
Typ: System.String%
The exception.
Rückgabewert
Typ: System.Boolean
true if the valid name is syntactically processed; otherwise, false.