ServerExplorer_ColumnSetLabelWithTypeAndKeyString Property

Looks up a localized string similar to {0} (Column Set, {1}, {2}, {3}).

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace