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 命名空间