ReferencePropPage_SqlCmdVarsFileDoesNotExist Property
Looks up a localized string similar to The configuration '{0}' refers to a SQLCMD variable file that does not exist. The file '{1}' will be created for you..
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 ReferencePropPage_SqlCmdVarsFileDoesNotExist As String
Get
'Usage
Dim value As String
value = SqlPackageResource.ReferencePropPage_SqlCmdVarsFileDoesNotExist
public static string ReferencePropPage_SqlCmdVarsFileDoesNotExist { get; }
public:
static property String^ ReferencePropPage_SqlCmdVarsFileDoesNotExist {
String^ get ();
}
static member ReferencePropPage_SqlCmdVarsFileDoesNotExist : string
static function get ReferencePropPage_SqlCmdVarsFileDoesNotExist () : String
Property Value
Type: System..::..String