SqlCmdVariableInUseTooltip Property
Looks up a localized string similar to This variable name is read-only because it is used by a referenced project or file..
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 SqlCmdVariableInUseTooltip As String
Get
'Usage
Dim value As String
value = SqlPackageResource.SqlCmdVariableInUseTooltip
public static string SqlCmdVariableInUseTooltip { get; }
public:
static property String^ SqlCmdVariableInUseTooltip {
String^ get ();
}
static member SqlCmdVariableInUseTooltip : string
static function get SqlCmdVariableInUseTooltip () : String
Property Value
Type: System..::..String