ServerExplorerDatabasePropertyDescription Property

Looks up a localized string similar to The database this schema object belongs to..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace