TSqlBatch.Statements Property

Definition

A list of statements, possibly empty.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement> Statements { get; }
member this.Statements : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement>
Public ReadOnly Property Statements As IList(Of TSqlStatement)

Property Value

Applies to