Get stream used to read and write script executed after deploying schema contained in this package.
命名空间: Microsoft.SqlServer.Dac
程序集: Microsoft.SqlServer.Dac(在 Microsoft.SqlServer.Dac.dll 中)
语法
声明
Public ReadOnly Property PostDeploymentScript As Stream
Get
用法
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