ImportSnapshot_DbFileBrowse_AutomationName Property

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

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace