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 命名空间