Propriété PrimaryObject
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 (default), the Transact-SQL CREATE statement for the referenced object is included in the generated script.
If false, 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.