SetCommandStatement.Commands, propriété
Obtient une liste de commandes individuelles.
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 Commands As IList(Of SetCommand)
Get
public IList<SetCommand> Commands { get; }
public:
property IList<SetCommand^>^ Commands {
IList<SetCommand^>^ get ();
}
member Commands : IList<SetCommand>
function get Commands () : IList<SetCommand>
Valeur de propriété
Type : System.Collections.Generic.IList<SetCommand>
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.