SummarySaveReport Property
Looks up a localized string similar to &Save Report.
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 SummarySaveReport As String
Get
'Usage
Dim value As String
value = SqlPackageResource.SummarySaveReport
public static string SummarySaveReport { get; }
public:
static property String^ SummarySaveReport {
String^ get ();
}
static member SummarySaveReport : string
static function get SummarySaveReport () : String
Property Value
Type: System..::..String