MiscellaneousFilesCollection.Contains Method

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Function Contains ( _
    fileName As String _
) As Boolean
'Usage
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

Parameters

  • fileName
    Type: System.String
    A String value that specifies the name of the miscellaneous file to find.

Return Value

Type: 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.

See Also

Reference

MiscellaneousFilesCollection Class

Microsoft.SqlServer.Management.Dac Namespace