Compartir a través de


ProjectVersionCollection.Contains Método (Int64)

Determines whether the project version contains the specified name.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

ProjectVersionCollection Clase

Sobrecarga de Contains

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices