DacPackage.PostDeploymentScript Property

Get stream used to read and write script executed after deploying schema contained in this package.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property PostDeploymentScript As Stream 
    Get
'Usage
Dim instance As DacPackage 
Dim value As Stream 

value = instance.PostDeploymentScript
public Stream PostDeploymentScript { get; }
public:
property Stream^ PostDeploymentScript {
    Stream^ get ();
}
member PostDeploymentScript : Stream
function get PostDeploymentScript () : Stream

Property Value

Type: System.IO.Stream
Stream

See Also

Reference

DacPackage Class

Microsoft.SqlServer.Dac Namespace