Metodo IsValidName (String, String)
Questo membro esegue l'override di NamedComponentCollection. . :: . .IsValidName(String, String%).
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Overrides Function IsValidName ( _
name As String, _
<OutAttribute> ByRef error As String _
) As Boolean
'Utilizzo
Dim instance As CubeCollection
Dim name As String
Dim error As String
Dim returnValue As Boolean
returnValue = instance.IsValidName(name, _
error)
public override bool IsValidName(
string name,
out string error
)
public:
virtual bool IsValidName(
String^ name,
[OutAttribute] String^% error
) override
abstract IsValidName :
name:string *
error:string byref -> bool
override IsValidName :
name:string *
error:string byref -> bool
public override function IsValidName(
name : String,
error : String
) : boolean
Valore restituito
Tipo: System. . :: . .Boolean
Vedere anche