DacPackage.PreDeploymentScript 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 prior to deploying schema contained in this package.
public System.IO.Stream PreDeploymentScript { get; }
member this.PreDeploymentScript : System.IO.Stream
Public ReadOnly Property PreDeploymentScript As Stream
Property Value
Stream instance used to read and write script contents.