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.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Determines whether the named component collection identifier is valid.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Function IsValidID ( _
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 = Me.IsValidID(id, type, _
error)
protected bool IsValidID(
string id,
Type type,
out string error
)
protected:
bool IsValidID(
String^ id,
Type^ type,
[OutAttribute] String^% error
)
member IsValidID :
id:string *
type:Type *
error:string byref -> bool
protected function IsValidID(
id : String,
type : Type,
error : String
) : boolean
Parameter
- id
Typ: System.String
The identifier.
- type
Typ: System.Type
The type.
- error
Typ: System.String%
The error.
Rückgabewert
Typ: System.Boolean
true if the named component collection identifier is valid; otherwise, false.