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

参数

返回值

类型:System.Boolean
true if the named component collection identifier is valid; otherwise, false.

请参阅

参考

NamedComponentCollection 类

IsValidID 重载

Microsoft.AnalysisServices 命名空间