StatementList.Statements Property

 

Applies To: SQL Server 2016 Preview

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

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

Property Value

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

A list of statements.

See Also

StatementList Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top