SqlSmoObject.GenerateDataSpaceScript Method
SQL Server 2008 R2
Generates a script to allocate space in the data file.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected void GenerateDataSpaceScript( StringBuilder parentScript, ScriptingOptions so )
Parameters
- parentScript
- Type: System.Text.StringBuilder
A StringBuilder object script.
- so
- Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object.
