Expand Minimize
This topic has not yet been rated - Rate this topic

SqlSmoObject.GenerateDataSpaceFileStreamScript Method

Generates a script to create data file.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected void GenerateDataSpaceFileStreamScript(
	StringBuilder parentScript,
	ScriptingOptions so,
	bool alterTable
)

Parameters

parentScript
Type: System.Text.StringBuilder
A StringBuilder object script.
so
Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object.
alterTable
Type: System.Boolean
A Boolean value that specifies whether to alter the table.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.