Metodo IsValidID (String, Type, String)
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Protected Function IsValidID ( _
id As String, _
type As Type, _
<OutAttribute> ByRef error As String _
) As Boolean
'Utilizzo
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
Parametri
- id
Tipo: System. . :: . .String
- type
Tipo: System. . :: . .Type
- error
Tipo: System. . :: . .String%
Valore restituito
Tipo: System. . :: . .Boolean