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