SchemaCompare_ServerOptionsNullValueInformationMessage Property

Looks up a localized string similar to One or more of the server properties being compared are not configured. You can configure these properties for a by opening the project properties in Solution Explorer..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace