Поделиться через


Метод ProjectVersionCollection.Contains (Int64)

Determines whether the project version contains the specified name.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public Function Contains ( _
    lsn As Long _
) As Boolean
'Применение
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

Параметры

  • lsn
    Тип: System.Int64
    The specified name.The specified name.

Возвращаемое значение

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

См. также

Справочник

ProjectVersionCollection Класс

Перегрузка Contains

Пространство имен Microsoft.SqlServer.Management.IntegrationServices