共用方式為


Contains 方法 (String)

Determines whether the collection contains an element that has the specified name.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Function Contains ( _
    name As String _
) As Boolean
'用途
Dim instance As IMetadataCollection
Dim name As String
Dim returnValue As Boolean

returnValue = instance.Contains(name)
bool Contains(
    string name
)
bool Contains(
    String^ name
)
abstract Contains : 
        name:string -> bool 
function Contains(
    name : String
) : boolean

參數

傳回值

型別:System. . :: . .Boolean
true if the collection contains the element; otherwise, false.