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 prior to deploying schema contained in this package.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property PreDeploymentScript As Stream
Get
'Usage
Dim instance As DacPackage
Dim value As Stream
value = instance.PreDeploymentScript
public Stream PreDeploymentScript { get; }
public:
property Stream^ PreDeploymentScript {
Stream^ get ();
}
member PreDeploymentScript : Stream
function get PreDeploymentScript () : Stream
Property Value
Type: System.IO.Stream
Stream