MiscellaneousFilesCollection.Add Method
Adds the specified miscellaneous file to the MiscellaneousFilesCollection.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Sub Add ( _
miscellaneousFile As IExtraSource _
)
'Utilisation
Dim instance As MiscellaneousFilesCollection
Dim miscellaneousFile As IExtraSource
instance.Add(miscellaneousFile)
public void Add(
IExtraSource miscellaneousFile
)
public:
void Add(
IExtraSource^ miscellaneousFile
)
member Add :
miscellaneousFile:IExtraSource -> unit
public function Add(
miscellaneousFile : IExtraSource
)
Parameters
- miscellaneousFile
Type: Microsoft.SqlServer.Management.Dac.IExtraSource
An IExtraSource object that provides I/O stream access to the miscellaneous file to add to the collection.