DeploymentScriptComment_Pre Property
Looks up a localized string similar to Pre-Deployment Script Template -------------------------------------------------------------------------------------- This file contains SQL statements that will be executed before the build script. Use SQLCMD syntax to include a file in the pre-deployment script. Example: :r .\myfile.sql Use SQLCMD syntax to reference a variable in the pre-deployment script. Example: :setvar TableName MyTable SELECT * FROM [$(TableName)] -------------- [rest of string was truncated]";.
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 DeploymentScriptComment_Pre As String
Get
'Usage
Dim value As String
value = SqlPackageResource.DeploymentScriptComment_Pre
public static string DeploymentScriptComment_Pre { get; }
public:
static property String^ DeploymentScriptComment_Pre {
String^ get ();
}
static member DeploymentScriptComment_Pre : string
static function get DeploymentScriptComment_Pre () : String
Property Value
Type: System..::..String