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