ImportSnapshotPage_Header Property

Looks up a localized string similar to Import Data-tier Application File.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace