ServerExplorerIsSystemObjectPropertyDescription Property

Looks up a localized string similar to Whether the schema object is a System object..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace