ProjectInfo.ScriptAlter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the script to alter the project.
public:
virtual Microsoft::SqlServer::Management::Sdk::Sfc::ISfcScript ^ ScriptAlter();
public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript ScriptAlter ();
abstract member ScriptAlter : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
override this.ScriptAlter : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
Public Function ScriptAlter () As ISfcScript
Returns
The script to alter the project.