ImportConfig Constructor (String) |
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ImportConfig(
string transferFileUncPath
)
Public Sub New (
transferFileUncPath As String
)
public:
ImportConfig(
String^ transferFileUncPath
)
new :
transferFileUncPath : string -> ImportConfigParameters
- transferFileUncPath
- Type: SystemString
The UNC path of the transfer file.
See Also