ImportSnapshot_DbFilePath_AutomationName Property

Looks up a localized string similar to Data-tier Application file path.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace