Compartilhar via


Método ProjectVersionCollection.Contains (Int64)

Determines whether the project version contains the specified name.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public Function Contains ( _
    lsn As Long _
) As Boolean
'Uso
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

Parâmetros

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

Valor de retorno

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

Consulte também

Referência

ProjectVersionCollection Classe

Sobrecarregado Contains

Namespace Microsoft.SqlServer.Management.IntegrationServices