NamedComponentCollection.Contains 方法 (String)
Determines whether an item with the specific key is in the NamedComponentCollection.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function Contains ( _
id As String _
) As Boolean
'用途
Dim instance As NamedComponentCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.Contains(id)
public bool Contains(
string id
)
public:
virtual bool Contains(
String^ id
) sealed
abstract Contains :
id:string -> bool
override Contains :
id:string -> bool
public final function Contains(
id : String
) : boolean
參數
- id
型別:System.String
The identifier to locate in the NamedComponentCollection.
傳回值
型別:System.Boolean
true if the id found in the NamedComponentCollection; otherwise, false.
實作
INamedComponentCollection.Contains(String)