SqlScriptOptions Class

Definition

Designer-friendly class that defines the options that can be set for publishing SQL scripts using SqlScriptPublishModel

[Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptOptionsSR")]
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter))]
public class SqlScriptOptions : Microsoft.SqlServer.Management.Sdk.Sfc.IDynamicReadOnly, Microsoft.SqlServer.Management.Sdk.Sfc.IDynamicVisible
[<Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResources("Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptOptionsSR")>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter))>]
type SqlScriptOptions = class
    interface IDynamicVisible
    interface IDynamicReadOnly
Public Class SqlScriptOptions
Implements IDynamicReadOnly, IDynamicVisible
Inheritance
SqlScriptOptions
Derived
Attributes
Implements

Applies to