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