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.