ProjectVersionCollection.Contains Method (Int64)
Determines whether the project version contains the specified name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function Contains ( _
lsn As Long _
) As Boolean
'Usage
Dim instance As ProjectVersionCollection
Dim lsn As Long
Dim returnValue As Boolean
returnValue = instance.Contains(lsn)
public bool Contains(
long lsn
)
public:
bool Contains(
long long lsn
)
member Contains :
lsn:int64 -> bool
public function Contains(
lsn : long
) : boolean
Parameters
- lsn
Type: System.Int64
The specified name.The specified name.
Return Value
Type: System.Boolean
True if the project version contains the specified name; otherwise, false.
See Also
Reference
ProjectVersionCollection Class
Microsoft.SqlServer.Management.IntegrationServices Namespace