SetCommandStatement.Commands Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the list of individual commands.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

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

Property Value

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

The list of individual commands.

See Also

SetCommandStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top