Dela via


SetCommandStatement.Commands Property

Gets a list of individual commands.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Commands As IList(Of SetCommand)
public IList<SetCommand> Commands { get; }
public:
property IList<SetCommand^>^ Commands {
    IList<SetCommand^>^ get ();
}
member Commands : IList<SetCommand>
function get Commands () : IList<SetCommand>

Property Value

Type: System.Collections.Generic.IList<SetCommand>

.NET Framework Security

See Also

Reference

SetCommandStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace