Contains 方法

Determines whether the specified miscellaneous file is part of the MiscellaneousFilesCollection.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public Function Contains ( _
    fileName As String _
) As Boolean
用法
Dim instance As MiscellaneousFilesCollection
Dim fileName As String
Dim returnValue As Boolean

returnValue = instance.Contains(fileName)
public bool Contains(
    string fileName
)
public:
bool Contains(
    String^ fileName
)
member Contains : 
        fileName:string -> bool 
public function Contains(
    fileName : String
) : boolean

参数

返回值

类型:System. . :: . .Boolean
A Boolean value that indicates whether the specified file is part of the collection. If true, the miscellaneous file is part of the MiscellaneousFilesCollection. Otherwise, false.