Dela via


QueueTSqlFragmentOption Class

Represents the base for a QUEUE option that has a TSqlFragment.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.QueueOption
      Microsoft.Data.Schema.ScriptDom.Sql.QueueTSqlFragmentOption

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

QueueTSqlFragmentOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace