TSqlBatch.Statements Property
Gets a list of statements.
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>
Remarks
The list may be empty.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.