Propriété Default
SQL Server 2008 R2
Gets or sets the Boolean property value that specifies whether the creation of the referenced object is included in the generated script.
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Valeur de propriété
Type : System..::..BooleanA Boolean value that specifies whether the creation of the referenced object is included in the generated script.
If True, the Transact-SQL CREATE statement for the referenced object is included in the generated script.
If False (default), the Transact-SQL CREATE statement for the referenced object is not included in the generated script. The script only contains statements that modify the object, such as setting extended properties and granting permissions.