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