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)
'Usage
Dim instance As SetCommandStatement 
Dim value As IList(Of SetCommand)

value = instance.Commands
public IList<SetCommand> Commands { get; }
public:
property IList<SetCommand^>^ Commands {
    IList<SetCommand^>^ get ();
}
public function get Commands () : IList<SetCommand>

Property Value

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

.NET Framework Security

See Also

Reference

SetCommandStatement Class

SetCommandStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace