Partager via


TSqlBatch.Statements, propriété

Obtient une liste d'instructions.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Notes

La liste peut être vide.

Sécurité .NET Framework

Voir aussi

Référence

TSqlBatch Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms