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.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function IsSyntacticallyValidName ( _
name As String, _
type As Type, _
modelType As ModelType, _
compatibilityLevel As Integer, _
<OutAttribute> ByRef error As String _
) As Boolean
'Usage
Dim name As String
Dim type As Type
Dim modelType As ModelType
Dim compatibilityLevel As Integer
Dim error As String
Dim returnValue As Boolean
returnValue = Utils.IsSyntacticallyValidName(name, _
type, modelType, compatibilityLevel, _
error)
public static bool IsSyntacticallyValidName(
string name,
Type type,
ModelType modelType,
int compatibilityLevel,
out string error
)
public:
static bool IsSyntacticallyValidName(
String^ name,
Type^ type,
ModelType modelType,
int compatibilityLevel,
[OutAttribute] String^% error
)
static member IsSyntacticallyValidName :
name:string *
type:Type *
modelType:ModelType *
compatibilityLevel:int *
error:string byref -> bool
public static function IsSyntacticallyValidName(
name : String,
type : Type,
modelType : ModelType,
compatibilityLevel : int,
error : String
) : boolean
Parameter
- name
Typ: System.String
- type
Typ: System.Type
- modelType
Typ: Microsoft.AnalysisServices.ModelType
- compatibilityLevel
Typ: System.Int32
- error
Typ: System.String%
Rückgabewert
Typ: System.Boolean