Condividi tramite


Proprietà DacPackage.PostDeploymentScript

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

Spazio dei nomi  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PostDeploymentScript As Stream 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.IO.Stream
Stream

Vedere anche

Riferimento

DacPackage Classe

Spazio dei nomi Microsoft.SqlServer.Dac