ScriptingOptions.ScriptDataCompression Property
Gets or sets the Boolean property value that specifies whether to include data compression information in the generated script.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Property Value
Type: System.BooleanA Boolean value that specifies whether to include data compression in the generated script.If True, the script includes information about the type of data compression.If False (default), the script does not include information about data compression.