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.