ServerExplorerServerProperty Property
Looks up a localized string similar to Server.
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 ServerExplorerServerProperty As String
Get
'Usage
Dim value As String
value = SqlPackageResource.ServerExplorerServerProperty
public static string ServerExplorerServerProperty { get; }
public:
static property String^ ServerExplorerServerProperty {
String^ get ();
}
static member ServerExplorerServerProperty : string
static function get ServerExplorerServerProperty () : String
Property Value
Type: System..::..String