Add 方法
Adds the specified miscellaneous file to the MiscellaneousFilesCollection.
命名空間: Microsoft.SqlServer.Management.Dac
組件: Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)
語法
'宣告
Public Sub Add ( _
miscellaneousFile As IExtraSource _
)
'用途
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
)
參數
- miscellaneousFile
型別:Microsoft.SqlServer.Management.Dac. . :: . .IExtraSource
An IExtraSource object that provides I/O stream access to the miscellaneous file to add to the collection.