Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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