FileExtraSource 생성자 (String, String, IEnumerable(String))
Initializes a new instance of the FileExtraSource class from a file at the specified path and set of tags.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Sub New ( _
filePath As String, _
outputFilePath As String, _
tags As IEnumerable(Of String) _
)
‘사용 방법
Dim filePath As String
Dim outputFilePath As String
Dim tags As IEnumerable(Of String)
Dim instance As New FileExtraSource(filePath, _
outputFilePath, tags)
public FileExtraSource(
string filePath,
string outputFilePath,
IEnumerable<string> tags
)
public:
FileExtraSource(
String^ filePath,
String^ outputFilePath,
IEnumerable<String^>^ tags
)
new :
filePath:string *
outputFilePath:string *
tags:IEnumerable<string> -> FileExtraSource
public function FileExtraSource(
filePath : String,
outputFilePath : String,
tags : IEnumerable<String>
)
매개 변수
- filePath
유형: System. . :: . .String
A String value that specifies the file path for the extra source file.
- outputFilePath
유형: System. . :: . .String
A String value that specifies the file path for the extra source file if it is unpacked from a DAC package.
- tags
유형: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'String> ) > ) >
A collection of String values specifying the tags to attach to the FileExtraSource object.