ComponentSelectorDialog_DatabaseNameAndServerNameCannotBeIdentical Property

Looks up a localized string similar to The database variable and server variable cannot have the same value unless the corresponding names are identical..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace