Dela via


MaxSizeFileDeclarationOption Class

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class MaxSizeFileDeclarationOption _
    Inherits FileDeclarationOption
'Usage
Dim instance As MaxSizeFileDeclarationOption
[SerializableAttribute]
public class MaxSizeFileDeclarationOption : FileDeclarationOption
[SerializableAttribute]
public ref class MaxSizeFileDeclarationOption : public FileDeclarationOption
public class MaxSizeFileDeclarationOption extends FileDeclarationOption

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.FileDeclarationOption
      Microsoft.Data.Schema.ScriptDom.Sql.MaxSizeFileDeclarationOption

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MaxSizeFileDeclarationOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace