DeploymentScriptComment_Post Property

Looks up a localized string similar to Post-Deployment Script Template -------------------------------------------------------------------------------------- This file contains SQL statements that will be appended to the build script. Use SQLCMD syntax to include a file in the post-deployment script. Example: :r .\myfile.sql Use SQLCMD syntax to reference a variable in the post-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_Post As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace