共用方式為


DacPackage.PostDeploymentScript 屬性

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

屬性值

型別:System.IO.Stream
Stream

請參閱

參考

DacPackage 類別

Microsoft.SqlServer.Dac 命名空間