Contains 方法 (Assembly)
Indicates whether the collection contains a specified Assembly.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Contains ( _
item As Assembly _
) As Boolean
用法
Dim instance As AssemblyCollection
Dim item As [Assembly]
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
Assembly item
)
public:
bool Contains(
Assembly^ item
)
member Contains :
item:Assembly -> bool
public function Contains(
item : Assembly
) : boolean
参数
- item
类型:Microsoft.AnalysisServices. . :: . .Assembly
The Assembly to be located.
返回值
类型:System. . :: . .Boolean
true if the Assembly is contained in the collection; otherwise, false.