ProcedureStatementBodyBase.StatementList, propriété
Obtient ou définit 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 Property StatementList As StatementList
Get
Set
public StatementList StatementList { get; set; }
public:
property StatementList^ StatementList {
StatementList^ get ();
void set (StatementList^ value);
}
member StatementList : StatementList with get, set
function get StatementList () : StatementList
function set StatementList (value : StatementList)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.StatementList
Retourne StatementList.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.