NamedComponentCollection.IsValidID 方法 (String)
Determines whether the named component collection identifier is valid.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function IsValidID ( _
id As String _
) As Boolean
'用途
Dim instance As NamedComponentCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.IsValidID(id)
public bool IsValidID(
string id
)
public:
bool IsValidID(
String^ id
)
member IsValidID :
id:string -> bool
public function IsValidID(
id : String
) : boolean
參數
- id
型別:System.String
The identifier.
傳回值
型別:System.Boolean
true if the named component collection identifier is valid; otherwise, false.