StatementList.Statements Property

Gets a list of statements, possibly empty.

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

Syntax

'Declaration
Public ReadOnly Property Statements As IList(Of TSqlStatement)
public IList<TSqlStatement> Statements { get; }
public:
property IList<TSqlStatement^>^ Statements {
    IList<TSqlStatement^>^ get ();
}
member Statements : IList<TSqlStatement>
function get Statements () : IList<TSqlStatement>

Property Value

Type: System.Collections.Generic.IList<TSqlStatement>

.NET Framework Security

See Also

Reference

StatementList Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace