Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a list of statements, possibly empty.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Statements As IList(Of TSqlStatement)
Get
'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 ();
}
member Statements : IList<TSqlStatement>
function get Statements () : IList<TSqlStatement>
Property Value
Type: System.Collections.Generic.IList<TSqlStatement>
A list of statements.