Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property Commands As IList(Of SetCommand)
Get
'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 ();
}
member Commands : IList<SetCommand>
function get Commands () : IList<SetCommand>
Property Value
Type: System.Collections.Generic.IList<SetCommand>
The list of individual commands.