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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.