Resources.SqlServerRootText Property

This class supports the product infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer (in Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer.dll)

Syntax

'Declaration
Public Shared ReadOnly Property SqlServerRootText As String 
    Get
'Usage
Dim value As String 

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

Property Value

Type: System.String
Returns String.

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer Namespace