Partager via


Propriété DacPackage.PreDeploymentScript

Get stream used to read and write script executed prior to 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 PreDeploymentScript As Stream 
    Get
'Utilisation
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

Valeur de propriété

Type : System.IO.Stream
Stream

Voir aussi

Référence

DacPackage Classe

Espace de noms Microsoft.SqlServer.Dac