ExecutableStringList Class

Represents strings for commands which are passed to the EXECUTE statement.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.ExecutableEntity
      Microsoft.Data.Schema.ScriptDom.Sql.ExecutableStringList

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

ExecutableStringList Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace