Dela via


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)
'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 ();
}
public function get Statements () : IList<TSqlStatement>

Property Value

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

.NET Framework Security

See Also

Reference

StatementList Class

StatementList Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace