Свойство StatementList.Statements

Gets or sets a list of statements, possibly empty.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Statements As IList(Of TSqlStatement)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<TSqlStatement>
A list of statements.

См. также

Справочник

StatementList Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom