Metodo ProjectVersionCollection.Contains (Int64)
Determines whether the project version contains the specified name.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public Function Contains ( _
lsn As Long _
) As Boolean
'Utilizzo
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
Parametri
- lsn
Tipo: System.Int64
The specified name.The specified name.
Valore restituito
Tipo: System.Boolean
True if the project version contains the specified name; otherwise, false.
Vedere anche
Riferimento
ProjectVersionCollection Classe
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices