ImportSnapshot_SnapshotNotFound Property

Looks up a localized string similar to Cannot find the 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 ImportSnapshot_SnapshotNotFound As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace