Contains 方法
Determines whether the specified value is the number value of any of the numbered objects in the referenced collection.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function Contains ( _
number As Short _
) As Boolean
用法
Dim instance As NumberedObjectCollectionBase
Dim number As Short
Dim returnValue As Boolean
returnValue = instance.Contains(number)
public bool Contains(
short number
)
public:
bool Contains(
short number
)
member Contains :
number:int16 -> bool
public function Contains(
number : short
) : boolean
参数
- number
类型:System. . :: . .Int16
An Int16 value that specifies the number value of the object that is being checked to see whether it exists in the collection.
返回值
类型:System. . :: . .Boolean
A Boolean value that specifies whether the referenced collection contains the object with the specified number value.
If True, the collection contains the specified object. Otherwise, False.