DacPackage.PostDeploymentScript Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get stream used to read and write script executed after deploying schema contained in this package.
public System.IO.Stream PostDeploymentScript { get; }
member this.PostDeploymentScript : System.IO.Stream
Public ReadOnly Property PostDeploymentScript As Stream
Property Value
Stream instance used to read and write script contents.