Freigeben über


DacPackage.PostDeploymentScript-Eigenschaft

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

Eigenschaftswert

Typ: System.IO.Stream
Stream

Siehe auch

Verweis

DacPackage Klasse

Microsoft.SqlServer.Dac-Namespace