FileExtraSource Constructor (String, String, String[])
Initializes a new instance of the FileExtraSource class from a file at the specified path and set of tags.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public Sub New ( _
filePath As String, _
outputFilePath As String, _
ParamArray tags As String() _
)
'Uso
Dim filePath As String
Dim outputFilePath As String
Dim tags As String()
Dim instance As New FileExtraSource(filePath, _
outputFilePath, tags)
public FileExtraSource(
string filePath,
string outputFilePath,
params string[] tags
)
public:
FileExtraSource(
String^ filePath,
String^ outputFilePath,
... array<String^>^ tags
)
new :
filePath:string *
outputFilePath:string *
tags:string[] -> FileExtraSource
public function FileExtraSource(
filePath : String,
outputFilePath : String,
... tags : String[]
)
Parámetros
- filePath
Tipo: System. . :: . .String
A String value that specifies the file path for the extra source file.
- outputFilePath
Tipo: System. . :: . .String
A String value that specifies the file path for the extra source file if it is unpacked from a DAC package.
- tags
Tipo: array<System. . :: . .String> [] () [] []
An array of String values specifying the tags to attach to the FileExtraSource object.