ImportScriptWizard_LogFolder Property
Looks up a localized string similar to Import Script Logs.
Namespace: Microsoft.VisualStudio.Data.Tools.Package
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ImportScriptWizard_LogFolder As String
Get
'Usage
Dim value As String
value = SqlPackageResource.ImportScriptWizard_LogFolder
public static string ImportScriptWizard_LogFolder { get; }
public:
static property String^ ImportScriptWizard_LogFolder {
String^ get ();
}
static member ImportScriptWizard_LogFolder : string
static function get ImportScriptWizard_LogFolder () : String
Property Value
Type: System..::..String