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

public static string SqlServerRootText { get; }
public:
property String^ SqlServerRootText {
    static String^ get();
}
static member SqlServerRootText : string with get
Public Shared ReadOnly Property SqlServerRootText As String

Property Value

Type: System.String

Returns String.

See Also

Resources Class
Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer Namespace

Return to top