StatementList.Statements Property

Gets or sets a list of statements, possibly empty.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Statements As IList(Of TSqlStatement)
    Get
'Usage
Dim instance As StatementList 
Dim value As IList(Of TSqlStatement)

value = instance.Statements
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>
A list of statements.

See Also

Reference

StatementList Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace