Partager via


Méthode ProjectVersionCollection.Contains (Int64)

Determines whether the project version contains the specified name.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public Function Contains ( _
    lsn As Long _
) As Boolean
'Utilisation
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

Paramètres

  • lsn
    Type : System.Int64
    The specified name.The specified name.

Valeur de retour

Type : System.Boolean
True if the project version contains the specified name; otherwise, false.

Voir aussi

Référence

ProjectVersionCollection Classe

Surcharge Contains

Espace de noms Microsoft.SqlServer.Management.IntegrationServices