NamedComponentCollection.IsValidName 方法 (String, String%)
Determines whether the named component collection name is valid.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Overridable Function IsValidName ( _
name As String, _
<OutAttribute> ByRef error As String _
) As Boolean
'用途
Dim instance As NamedComponentCollection
Dim name As String
Dim error As String
Dim returnValue As Boolean
returnValue = instance.IsValidName(name, _
error)
public virtual bool IsValidName(
string name,
out string error
)
public:
virtual bool IsValidName(
String^ name,
[OutAttribute] String^% error
)
abstract IsValidName :
name:string *
error:string byref -> bool
override IsValidName :
name:string *
error:string byref -> bool
public function IsValidName(
name : String,
error : String
) : boolean
參數
- name
型別:System.String
The name.
- error
型別:System.String%
The error.
傳回值
型別:System.Boolean
true if the named component collection name is valid; otherwise, false.