Partager via


Propriété TSqlBatch.Statements

Gets a list of statements, possibly empty.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Statements As IList(Of TSqlStatement)
    Get
'Utilisation
Dim instance As TSqlBatch 
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>

Valeur de propriété

Type : System.Collections.Generic.IList<TSqlStatement>
A list of statements.

Voir aussi

Référence

TSqlBatch Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom