ImportDacWizard_FileSelection_HeadLine Property

Looks up a localized string similar to Specify Import Options.

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 ImportDacWizard_FileSelection_HeadLine As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.ImportDacWizard_FileSelection_HeadLine
public static string ImportDacWizard_FileSelection_HeadLine { get; }
public:
static property String^ ImportDacWizard_FileSelection_HeadLine {
    String^ get ();
}
static member ImportDacWizard_FileSelection_HeadLine : string
static function get ImportDacWizard_FileSelection_HeadLine () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace