SchemaCompare_ServerOptionsNotUpdatedWarningMessage Property

Looks up a localized string similar to The server options of the source are different from the server options of the target, but the target will not be updated when you write updates..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace