Partager via


Propriété DacPackage.PostDeploymentScript

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

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PostDeploymentScript As Stream 
    Get
'Utilisation
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

Valeur de propriété

Type : System.IO.Stream
Stream

Voir aussi

Référence

DacPackage Classe

Espace de noms Microsoft.SqlServer.Dac