ValidationOperationCollection.Contains 方法 (Int64)
Indicates whether the specified id is in the ValidationOperationCollection.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public Function Contains ( _
id As Long _
) As Boolean
用法
Dim instance As ValidationOperationCollection
Dim id As Long
Dim returnValue As Boolean
returnValue = instance.Contains(id)
public bool Contains(
long id
)
public:
bool Contains(
long long id
)
member Contains :
id:int64 -> bool
public function Contains(
id : long
) : boolean
参数
- id
类型:System.Int64
The value of the specified id.The value of the specified id.
返回值
类型:System.Boolean
true if the specified id is in the collection; otherwise, false.