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

ScriptingOptions.ScriptOwner Property

Gets or sets the Boolean property value that specifies whether the script owner is included in the generated script.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public bool ScriptOwner { get; set; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the script owner is included in the generated script.
If True, the script operation generates a Transact-SQL script to remove the referenced component.
If False (default), the script operation generates a Transact-SQL script to create the referenced component.

If the option is set to True, the script tests for existence before attempting to remove an object.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.