Método Add
Adds the specified miscellaneous file to the MiscellaneousFilesCollection.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Sub Add ( _
miscellaneousFile As IExtraSource _
)
'Uso
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
)
Parâmetros
- miscellaneousFile
Tipo: Microsoft.SqlServer.Management.Dac. . :: . .IExtraSource
An IExtraSource object that provides I/O stream access to the miscellaneous file to add to the collection.
Consulte também